Merge tag 'zynq-soc-for-v5.7' of https://github.com/Xilinx/linux-xlnx into arm/soc
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 20:05:21 +0000 (21:05 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 20:05:22 +0000 (21:05 +0100)
ARM: Xilinx Zynq SoC patches for v5.7

- Use proper clock header in soc code

* tag 'zynq-soc-for-v5.7' of https://github.com/Xilinx/linux-xlnx:
  ARM: zynq: Replace <linux/clk-provider.h> by <linux/of_clk.h>

Link: https://lore.kernel.org/r/005af9f0-85b5-7bac-2d99-5bb3857debb3@monstr.eu
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-zynq/common.c

index 3a4248fd796281c367aa39fd30efcc2f252f1cf2..a9dd2f71cd19d2a926944a2e9e42010cebbbc2ae 100644 (file)
 #include <linux/cpumask.h>
 #include <linux/platform_device.h>
 #include <linux/clk.h>
-#include <linux/clk-provider.h>
 #include <linux/clk/zynq.h>
 #include <linux/clocksource.h>
 #include <linux/of_address.h>
+#include <linux/of_clk.h>
 #include <linux/of_irq.h>
 #include <linux/of_platform.h>
 #include <linux/of.h>