[PATCH 1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd

From: Shawn Guo
Date: Mon Nov 08 2021 - 08:45:01 EST


The res_name field in struct rpmpd is unused. Drop it.

Signed-off-by: Shawn Guo <shawn.guo@xxxxxxxxxx>
---
drivers/soc/qcom/rpmpd.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/soc/qcom/rpmpd.c b/drivers/soc/qcom/rpmpd.c
index 4f69fb9b2e0e..3e7905854eb9 100644
--- a/drivers/soc/qcom/rpmpd.c
+++ b/drivers/soc/qcom/rpmpd.c
@@ -102,7 +102,6 @@ struct rpmpd {
const bool active_only;
unsigned int corner;
bool enabled;
- const char *res_name;
const int res_type;
const int res_id;
struct qcom_smd_rpm *rpm;
--
2.17.1