csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:10:58 +0000 (11:10 +0100)
committerGuo Ren <guoren@linux.alibaba.com>
Sun, 23 Feb 2020 04:48:55 +0000 (12:48 +0800)
commit99db590b083fa2bc60adfcb5c839a62db4ef1d79
tree809ad2261dddd6f5dd9f096afda83656945ee6a1
parent0b9f386c4be6493d282aab0af6f9b70c62142777
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>
arch/csky/kernel/time.c