]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
powerpc/xics: Include missing header
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 24 May 2022 05:35:10 +0000 (07:35 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 May 2022 10:44:30 +0000 (20:44 +1000)
Include of_adresses.h to get of_iomap() prototype.

Fixes: 86c38fec69a4 ("powerpc: Remove asm/prom.h from all files that don't need it")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/f20a14be1a29fa0a9ebcfc5ebf05eb69c5120d10.1653370502.git.christophe.leroy@csgroup.eu
arch/powerpc/sysdev/xics/ics-native.c

index e33b77da861e28c549287e748488fbb97b88db78..112c8a1e81590f739b7be9d297deaf0071257788 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/init.h>
 #include <linux/cpu.h>
 #include <linux/of.h>
+#include <linux/of_address.h>
 #include <linux/spinlock.h>
 #include <linux/msi.h>
 #include <linux/list.h>