From: Geert Uytterhoeven Date: Tue, 10 Nov 2020 15:51:17 +0000 (+0100) Subject: xtensa: Replace by X-Git-Tag: v5.11-rc1~44^2~3^4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=047b04201f628c038cdf4879ed51513215dd8780;p=thirdparty%2Fkernel%2Flinux.git xtensa: Replace by The Xtensa time 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 Acked-by: Max Filippov Link: https://lore.kernel.org/r/20201110155117.3286247-1-geert+renesas@glider.be Signed-off-by: Stephen Boyd --- diff --git a/arch/xtensa/kernel/time.c b/arch/xtensa/kernel/time.c index 77971fe4cc95b..e8ceb15286081 100644 --- a/arch/xtensa/kernel/time.c +++ b/arch/xtensa/kernel/time.c @@ -13,7 +13,7 @@ */ #include -#include +#include #include #include #include