Skip to content

Commit d842f4d

Browse files
committed
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>
2 parents 991e0d9 + bb54e66 commit d842f4d

File tree

1 file changed

+1
-1
lines changed
  • arch/arm/mach-zynq

1 file changed

+1
-1
lines changed

arch/arm/mach-zynq/pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*/
99

1010
#include <linux/io.h>
11+
#include <linux/of.h>
1112
#include <linux/of_address.h>
12-
#include <linux/of_device.h>
1313
#include "common.h"
1414

1515
/* register offsets */

0 commit comments

Comments
 (0)