Skip to content

Commit 00a123e

Browse files
shawnguo2andersson
authored andcommitted
clk: qcom: smd-rpm: Drop MFD qcom-rpm reference
The MFD qcom-rpm interface is not used by this driver. Drop the 'struct qcom_rpm' reference and include of <dt-bindings/mfd/qcom-rpm.h>. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 40affbf commit 00a123e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/clk/qcom/clk-smd-rpm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <linux/soc/qcom/smd-rpm.h>
1818

1919
#include <dt-bindings/clock/qcom,rpmcc.h>
20-
#include <dt-bindings/mfd/qcom-rpm.h>
2120

2221
#define QCOM_RPM_KEY_SOFTWARE_ENABLE 0x6e657773
2322
#define QCOM_RPM_KEY_PIN_CTRL_CLK_BUFFER_ENABLE_KEY 0x62636370
@@ -152,7 +151,6 @@ struct clk_smd_rpm_req {
152151
};
153152

154153
struct rpm_cc {
155-
struct qcom_rpm *rpm;
156154
struct clk_smd_rpm **clks;
157155
size_t num_clks;
158156
};

0 commit comments

Comments
 (0)