From: Shawn Guo Date: Mon, 8 Nov 2021 13:44:40 +0000 (+0800) Subject: soc: qcom: rpmpd: Drop unused res_name from struct rpmpd X-Git-Tag: block-5.17-2022-01-21~123^2^2~25 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7ba9dd0d04a8af868bc0785d79bde4ac0240328f;p=linux-2.6-block.git soc: qcom: rpmpd: Drop unused res_name from struct rpmpd The res_name field in struct rpmpd is unused. Drop it. Signed-off-by: Shawn Guo Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20211108134442.30051-2-shawn.guo@linaro.org --- 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;