summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-08-12 10:13:11 +0200
committerArnd Bergmann <arnd@arndb.de>2023-08-12 10:13:12 +0200
commitd842f4dc68a0700e83df6a77a646c145f85a79ea (patch)
tree0f29196b52f945807d73109cf8a74527d4a25581 /arch
parent991e0d9dbbd018fb9904f369348fb248f0b22687 (diff)
parentbb54e6609977f5140eb0af9b0c42d957cb35b4f4 (diff)
downloadlinux-stable-d842f4dc68a0700e83df6a77a646c145f85a79ea.tar.gz
linux-stable-d842f4dc68a0700e83df6a77a646c145f85a79ea.tar.bz2
linux-stable-d842f4dc68a0700e83df6a77a646c145f85a79ea.zip
Merge tag 'zynq-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into arm/fixes
ARM: Zynq SoC changes for v6.6 - Sort out OF headers in pm.c * tag 'zynq-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx: ARM: zynq: Explicitly include correct DT includes Link: https://lore.kernel.org/r/a56457a0-7e5a-df46-2c86-3f2ace578984@monstr.eu Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-zynq/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/pm.c b/arch/arm/mach-zynq/pm.c
index 8ba450ab559c..61ad965ef3ac 100644
--- a/arch/arm/mach-zynq/pm.c
+++ b/arch/arm/mach-zynq/pm.c
@@ -8,8 +8,8 @@
*/
#include <linux/io.h>
+#include <linux/of.h>
#include <linux/of_address.h>
-#include <linux/of_device.h>
#include "common.h"
/* register offsets */