]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
authorGabor Juhos <j4g8y7@gmail.com>
Thu, 13 Nov 2025 16:15:25 +0000 (17:15 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 13 Nov 2025 17:42:07 +0000 (11:42 -0600)
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>
drivers/clk/qcom/apss-ipq5424.c

index 4c67f722e009af2889ff7435535d7bc156192c47..2d622c1fe5d0522f00d7acb4614ebe4381e066c0 100644 (file)
@@ -35,13 +35,6 @@ enum {
        P_L3_PLL,
 };
 
-struct apss_clk {
-       struct notifier_block cpu_clk_notifier;
-       struct clk_hw *hw;
-       struct device *dev;
-       struct clk *l3_clk;
-};
-
 static const struct alpha_pll_config apss_pll_config = {
        .l = 0x3b,
        .config_ctl_val = 0x08200920,