[PATCH] clk: actions: Drop unneeded forward declarations for clk_fixed_factor_ops
Geert Uytterhoeven
geert+renesas at glider.be
Fri Aug 14 07:43:30 PDT 2026
This is already provided by <linux/clk-provider.h>.
Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
Compile-tested.
---
drivers/clk/actions/owl-composite.h | 1 -
drivers/clk/actions/owl-fixed-factor.h | 2 --
2 files changed, 3 deletions(-)
diff --git a/drivers/clk/actions/owl-composite.h b/drivers/clk/actions/owl-composite.h
index 6d7c6f0c47c8b701..ca055599b2fceb8b 100644
--- a/drivers/clk/actions/owl-composite.h
+++ b/drivers/clk/actions/owl-composite.h
@@ -119,6 +119,5 @@ extern const struct clk_ops owl_comp_div_ops;
extern const struct clk_ops owl_comp_fact_ops;
extern const struct clk_ops owl_comp_fix_fact_ops;
extern const struct clk_ops owl_comp_pass_ops;
-extern const struct clk_ops clk_fixed_factor_ops;
#endif /* _OWL_COMPOSITE_H_ */
diff --git a/drivers/clk/actions/owl-fixed-factor.h b/drivers/clk/actions/owl-fixed-factor.h
index 3dfd7fd7d292a456..bbac5afadd670da4 100644
--- a/drivers/clk/actions/owl-fixed-factor.h
+++ b/drivers/clk/actions/owl-fixed-factor.h
@@ -23,6 +23,4 @@
_flags), \
}
-extern const struct clk_ops clk_fixed_factor_ops;
-
#endif /* _OWL_FIXED_FACTOR_H_ */
--
2.43.0
More information about the linux-arm-kernel
mailing list