ARM: zynq: Replace <linux/clk-provider.h> by <linux/of_clk.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 12 Feb 2020 10:08:30 +0000 (11:08 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 13 Feb 2020 06:26:36 +0000 (07:26 +0100)
commit1a1a9fafc6a2536835b38886ca4afe50d19dd2b9
tree249613e431ef4856e2a08955b480acc84d9f4a9a
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
ARM: zynq: Replace <linux/clk-provider.h> by <linux/of_clk.h>

The Zynq 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: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/common.c