Skip to content

Commit dc937f1

Browse files
juhosgandersson
authored andcommitted
clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
The locally defined 'apss_clk' structure is not used in the code, so remove that. Compile tested only. Signed-off-by: Gabor Juhos <j4g8y7@gmail.com> Link: https://lore.kernel.org/r/20251113-ipq5424-remove-apss_clk-v1-1-e942e720cf99@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent c1a7eba commit dc937f1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

drivers/clk/qcom/apss-ipq5424.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ enum {
3535
P_L3_PLL,
3636
};
3737

38-
struct apss_clk {
39-
struct notifier_block cpu_clk_notifier;
40-
struct clk_hw *hw;
41-
struct device *dev;
42-
struct clk *l3_clk;
43-
};
44-
4538
static const struct alpha_pll_config apss_pll_config = {
4639
.l = 0x3b,
4740
.config_ctl_val = 0x08200920,

0 commit comments

Comments
 (0)