soc: qcom: rpmpd: Drop unused res_name from struct rpmpd
authorShawn Guo <shawn.guo@linaro.org>
Mon, 8 Nov 2021 13:44:40 +0000 (21:44 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 18 Nov 2021 21:20:26 +0000 (15:20 -0600)
The res_name field in struct rpmpd is unused.  Drop it.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211108134442.30051-2-shawn.guo@linaro.org
drivers/soc/qcom/rpmpd.c

index 4f69fb9b2e0e77ccc7bca901dc8df89fb3a8e65f..3e7905854eb90d7915cbb4d465bc4901d48932e7 100644 (file)
@@ -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;