Commit 7ba9dd0d authored by Shawn Guo's avatar Shawn Guo Committed by Bjorn Andersson

soc: qcom: rpmpd: Drop unused res_name from struct rpmpd

The res_name field in struct rpmpd is unused.  Drop it.
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211108134442.30051-2-shawn.guo@linaro.org
parent bd9ccaec
...@@ -102,7 +102,6 @@ struct rpmpd { ...@@ -102,7 +102,6 @@ struct rpmpd {
const bool active_only; const bool active_only;
unsigned int corner; unsigned int corner;
bool enabled; bool enabled;
const char *res_name;
const int res_type; const int res_type;
const int res_id; const int res_id;
struct qcom_smd_rpm *rpm; struct qcom_smd_rpm *rpm;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment