From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:08:29 +0000 (+0100) Subject: ARM: sunxi: Replace by X-Git-Tag: v5.7-rc1~100^2~16^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=614215c8636aeb61961b3eb5030999a2254b3b52;p=users%2Fjedix%2Flinux-maple.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 933b6930f024f..06da2747a90bc 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