clk: qcom: rpm: Remove an unused field in struct rpm_cc
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 13 Apr 2024 14:04:04 +0000 (16:04 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sat, 20 Apr 2024 17:56:58 +0000 (12:56 -0500)
commit3cb55215479f04940240792479c60fad53c2d202
tree9b81b88cea9b4d391e3bc8cf08674ac6d5255fed
parent810e6d2fac01ab1e189f3002a364f19bd5d0f444
clk: qcom: rpm: Remove an unused field in struct rpm_cc

In "struct rpm_cc", the 'rpm' field is unused.

Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/9f92330c717e6f2dab27b1307565ffb108c304a7.1713017032.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/clk-rpm.c