Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Gabor Juhos and committed by
Bjorn Andersson
dc937f12 c1a7ebaa

-7
-7
drivers/clk/qcom/apss-ipq5424.c
··· 35 35 P_L3_PLL, 36 36 }; 37 37 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 - 45 38 static const struct alpha_pll_config apss_pll_config = { 46 39 .l = 0x3b, 47 40 .config_ctl_val = 0x08200920,