[PATCH 3/4] clk: sunxi: Drop the extern

Marek Vasut marek.vasut+renesas at mailbox.org
Thu May 7 18:42:59 CEST 2026


The struct clk_ops sunxi_clk_ops is private to the clock driver
and there are no external users, no need to expose it this way.
Drop the extern.

Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Andre Przywara <andre.przywara at arm.com>
Cc: Lukasz Majewski <lukma at denx.de>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
 include/clk/sunxi.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/clk/sunxi.h b/include/clk/sunxi.h
index c298195c51e..09cc7a4fc46 100644
--- a/include/clk/sunxi.h
+++ b/include/clk/sunxi.h
@@ -85,6 +85,4 @@ struct ccu_plat {
 	const struct ccu_desc *desc;
 };
 
-extern struct clk_ops sunxi_clk_ops;
-
 #endif /* _CLK_SUNXI_H */
-- 
2.53.0



More information about the U-Boot mailing list