Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/xics: Include missing header

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

authored by

Christophe Leroy and committed by
Michael Ellerman
14554d92 a5d28039

+1
+1
arch/powerpc/sysdev/xics/ics-native.c
··· 15 15 #include <linux/init.h> 16 16 #include <linux/cpu.h> 17 17 #include <linux/of.h> 18 + #include <linux/of_address.h> 18 19 #include <linux/spinlock.h> 19 20 #include <linux/msi.h> 20 21 #include <linux/list.h>