ARM: sunxi: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:08:29 +0000 (11:08 +0100)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 12 Feb 2020 17:15:39 +0000 (18:15 +0100)
commit614215c8636aeb61961b3eb5030999a2254b3b52
treecd21056147c8bef87a3d522f0503a5b886029027
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
ARM: sunxi: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Allwinner 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: Maxime Ripard <maxime@cerno.tech>
arch/arm/mach-sunxi/sunxi.c