From 368255a9a0a6076f88c7124f4d002485cc6ac059 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 7 May 2026 18:42:59 +0200 Subject: clk: sunxi: Drop the extern 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 --- include/clk/sunxi.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.3