From: Geert Uytterhoeven Date: Tue, 5 May 2020 15:45:34 +0000 (+0200) Subject: ARM/time: Replace by X-Git-Tag: v5.8-rc1~140^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bffcf42c6700114d4a602370a66816c1ebd2798;p=thirdparty%2Flinux.git ARM/time: Replace by The ARM time code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Link: https://lore.kernel.org/r/20200505154536.4099-2-geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven Reviewed-by: Stephen Boyd Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index dddc7ebf4db44..09b149b09c438 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c @@ -8,7 +8,6 @@ * This file contains the ARM-specific time handling details: * reading the RTC at bootup, etc... */ -#include #include #include #include @@ -17,6 +16,7 @@ #include #include #include +#include #include #include #include