ARM: shmobile: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:08:28 +0000 (11:08 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Feb 2020 10:39:44 +0000 (11:39 +0100)
commit92d8495ce9b79185e5fc512fe28768564eb81722
tree25b494f1c01a82cfc944afa9efdb7780cc54e56d
parent408324a3c5383716939eea8096a0f999a0665f7e
ARM: shmobile: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The R-Car Gen2 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>
Link: https://lore.kernel.org/r/20200212100830.446-6-geert+renesas@glider.be
arch/arm/mach-shmobile/setup-rcar-gen2.c