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 <[email protected]> --- Cc: Andre Przywara <[email protected]> Cc: Lukasz Majewski <[email protected]> Cc: Tom Rini <[email protected]> Cc: [email protected] --- 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

