OSDN Git Service

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>
Wed, 30 Mar 2022 09:57:54 +0000 (18:57 +0900)
commita07002703aafeb426c504ef3a77c4d470279cbae
tree6ba855b63cafec87eb09c436b5c41923d30edaed
parentf2b774b5aedfe509b5df974903cef9ddad20d973
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