]> git.baikalelectronics.ru Git - kernel.git/commit
ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:00:47 +0000 (11:00 +0100)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 12 Feb 2020 19:09:47 +0000 (11:09 -0800)
commit83e45e7a928e4a5cca308c396c32fcfaec5ffa2e
treeef6783b967efb40ccd3c3bc7c9803401edcef554
parentf4f4eaf4e1b5e5831607999633a36611229356e3
ARC: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The ARC 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: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c