From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:08:30 +0000 (+0100) Subject: ARM: zynq: Replace by X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1a1a9fafc6a2536835b38886ca4afe50d19dd2b9;p=openwrt%2Fstaging%2Fblogic.git ARM: zynq: Replace by The Zynq 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: Michal Simek --- diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 3a4248fd7962..a9dd2f71cd19 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c @@ -12,10 +12,10 @@ #include #include #include -#include #include #include #include +#include #include #include #include