LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo@linaro.org>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>,
Rajendra Nayak <rnayak@codeaurora.org>,
Loic Poulain <loic.poulain@linaro.org>,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org, Shawn Guo <shawn.guo@linaro.org>
Subject: [PATCH 1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd
Date: Mon, 8 Nov 2021 21:44:40 +0800 [thread overview]
Message-ID: <20211108134442.30051-2-shawn.guo@linaro.org> (raw)
In-Reply-To: <20211108134442.30051-1-shawn.guo@linaro.org>
The res_name field in struct rpmpd is unused. Drop it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
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
next prev parent reply other threads:[~2021-11-08 13:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-08 13:44 [PATCH 0/3] Add QCM2290 RPM power domain support Shawn Guo
2021-11-08 13:44 ` Shawn Guo [this message]
2021-11-20 23:55 ` (subset) [PATCH 1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd Bjorn Andersson
2021-11-08 13:44 ` [PATCH 2/3] dt-bindings: power: rpmpd: Add QCM2290 support Shawn Guo
2021-11-08 13:44 ` [PATCH 3/3] soc: qcom: " Shawn Guo
2021-11-20 23:55 ` [PATCH 0/3] Add QCM2290 RPM power domain support Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211108134442.30051-2-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@linaro.org \
--cc=rnayak@codeaurora.org \
--cc=robh+dt@kernel.org \
--subject='Re: [PATCH 1/3] soc: qcom: rpmpd: Drop unused res_name from struct rpmpd' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).