* [PATCH] clk: actions: Drop unneeded forward declarations for clk_fixed_factor_ops
@ 2026-08-14 14:43 Geert Uytterhoeven
2026-08-19 21:28 ` Brian Masney
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2026-08-14 14:43 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Brian Masney,
Andreas Färber, Manivannan Sadhasivam
Cc: linux-clk, linux-arm-kernel, linux-actions, Geert Uytterhoeven
This is already provided by <linux/clk-provider.h>.
Signed-off-by: Geert Uytterhoeven <geert+renesas@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: actions: Drop unneeded forward declarations for clk_fixed_factor_ops
2026-08-14 14:43 [PATCH] clk: actions: Drop unneeded forward declarations for clk_fixed_factor_ops Geert Uytterhoeven
@ 2026-08-19 21:28 ` Brian Masney
0 siblings, 0 replies; 2+ messages in thread
From: Brian Masney @ 2026-08-19 21:28 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Michael Turquette, Stephen Boyd, Andreas Färber,
Manivannan Sadhasivam, linux-clk, linux-arm-kernel, linux-actions
On Fri, Aug 14, 2026 at 04:43:30PM +0200, Geert Uytterhoeven wrote:
> This is already provided by <linux/clk-provider.h>.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Brian Masney <bmasney@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-19 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 14:43 [PATCH] clk: actions: Drop unneeded forward declarations for clk_fixed_factor_ops Geert Uytterhoeven
2026-08-19 21:28 ` Brian Masney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox