[PATCH] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure

From: Gabor Juhos

Date: Thu Nov 13 2025 - 11:15:37 EST


The locally defined 'apss_clk' structure is not used in the code, so
remove that.

Compile tested only.

Signed-off-by: Gabor Juhos <j4g8y7@xxxxxxxxx>
---
drivers/clk/qcom/apss-ipq5424.c | 7 -------
1 file changed, 7 deletions(-)

diff --git a/drivers/clk/qcom/apss-ipq5424.c b/drivers/clk/qcom/apss-ipq5424.c
index 4c67f722e009af2889ff7435535d7bc156192c47..2d622c1fe5d0522f00d7acb4614ebe4381e066c0 100644
--- a/drivers/clk/qcom/apss-ipq5424.c
+++ b/drivers/clk/qcom/apss-ipq5424.c
@@ -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,

---
base-commit: 682921ab33129ec46392b27e9dafcb206c2a08dd
change-id: 20251113-ipq5424-remove-apss_clk-79def5606ef3

Best regards,
--
Gabor Juhos <j4g8y7@xxxxxxxxx>