From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:08:29 +0000 (+0100) Subject: ARM: sunxi: Replace by X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=614215c8636aeb61961b3eb5030999a2254b3b52;p=openwrt%2Fstaging%2Fblogic.git ARM: sunxi: Replace by The Allwinner platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index 933b6930f024..06da2747a90b 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -10,9 +10,9 @@ * warranty of any kind, whether express or implied. */ -#include #include #include +#include #include #include