From: Christophe Leroy Date: Tue, 24 May 2022 05:35:10 +0000 (+0200) Subject: powerpc/xics: Include missing header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14554d92c1c5a127dd0dab8fce8f08bf70d8b39b;p=linux.git 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 Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/f20a14be1a29fa0a9ebcfc5ebf05eb69c5120d10.1653370502.git.christophe.leroy@csgroup.eu --- diff --git a/arch/powerpc/sysdev/xics/ics-native.c b/arch/powerpc/sysdev/xics/ics-native.c index e33b77da861e2..112c8a1e81590 100644 --- a/arch/powerpc/sysdev/xics/ics-native.c +++ b/arch/powerpc/sysdev/xics/ics-native.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include