From: Geert Uytterhoeven Date: Wed, 12 Feb 2020 10:10:58 +0000 (+0100) Subject: csky: Replace by X-Git-Tag: v5.10.7~3169^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99db590b083fa2bc60adfcb5c839a62db4ef1d79;p=platform%2Fkernel%2Flinux-rpi.git csky: Replace by The C-Sky 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 Signed-off-by: Guo Ren --- diff --git a/arch/csky/kernel/time.c b/arch/csky/kernel/time.c index b5fc944..52379d8 100644 --- a/arch/csky/kernel/time.c +++ b/arch/csky/kernel/time.c @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. -#include #include +#include void __init time_init(void) {