drivers/clk/qcom/apss-ipq5424.c | 7 ------- 1 file changed, 7 deletions(-)
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>
---
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@gmail.com>
On Thu, 13 Nov 2025 17:15:25 +0100, Gabor Juhos wrote:
> The locally defined 'apss_clk' structure is not used in the code, so
> remove that.
>
> Compile tested only.
>
>
Applied, thanks!
[1/1] clk: qcom: apss-ipq5424: remove unused 'apss_clk' structure
commit: dc937f12e6c3488713de1262e37a30307ee9feac
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
On Thu, Nov 13, 2025 at 05:15:25PM +0100, Gabor Juhos wrote: > 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> > --- > drivers/clk/qcom/apss-ipq5424.c | 7 ------- > 1 file changed, 7 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> -- With best wishes Dmitry
© 2016 - 2026 Red Hat, Inc.