csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The C-Sky platform code is not a clock provider, and just needs to call
of_clk_init().

Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>

authored by Geert Uytterhoeven and committed by Guo Ren 99db590b 0b9f386c

Changed files
+1 -1
arch
csky
kernel
+1 -1
arch/csky/kernel/time.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd. 3 3 4 - #include <linux/clk-provider.h> 5 4 #include <linux/clocksource.h> 5 + #include <linux/of_clk.h> 6 6 7 7 void __init time_init(void) 8 8 {