h8300: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Aug 2020 12:29:25 +0000 (14:29 +0200)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 24 Aug 2020 03:35:06 +0000 (12:35 +0900)
commit8808515be0ed4e33de9bfdc65f4c1b547ee11065
tree3a485f855a0a778a0a4be872675240f731084705
parent35b34568912cb19c53b83d6daba96fe960941279
h8300: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The H8/300 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>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/kernel/setup.c