commit | 1a1a9fafc6a2536835b38886ca4afe50d19dd2b9 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Wed Feb 12 11:08:30 2020 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Feb 13 07:26:36 2020 +0100 |
tree | 249613e431ef4856e2a08955b480acc84d9f4a9a | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 [diff] |
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>