From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:08:27 +0000 (+0100) Subject: ARM: rockchip: Replace by X-Git-Tag: v5.8-rc1~140^2~9^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=37aed36cfec3b35469be3dc5fb52c8a459414cff;p=users%2Fjedix%2Flinux-maple.git ARM: rockchip: Replace by The Rockchip 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 Link: https://lore.kernel.org/r/20200212100830.446-5-geert+renesas@glider.be Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/mach-rockchip/rockchip.c b/arch/arm/mach-rockchip/rockchip.c index f9797a2b5d0d5..beea4564eed40 100644 --- a/arch/arm/mach-rockchip/rockchip.c +++ b/arch/arm/mach-rockchip/rockchip.c @@ -9,9 +9,9 @@ #include #include #include +#include #include #include -#include #include #include #include