From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:09:34 +0000 (+0100) Subject: arm64: time: Replace by X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d91771848f0ae2eec250a9345926a1a3558fa943;p=linux.git arm64: time: Replace by The arm64 time code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Reviewed-by: Stephen Boyd Signed-off-by: Geert Uytterhoeven Signed-off-by: Will Deacon --- diff --git a/arch/arm64/kernel/time.c b/arch/arm64/kernel/time.c index 73f06d4b3aae5..eebbc8d7123e0 100644 --- a/arch/arm64/kernel/time.c +++ b/arch/arm64/kernel/time.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include