summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2021-06-25 14:50:24 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2021-06-25 14:53:47 +1000
commitc736fb97051c39c74bf5d4684bdac1766d43e175 (patch)
tree5f136d88f2eec6dea9d05d1263601c573070c042 /arch/powerpc
parenta2305e3de819394a7adf68078964a92d06f9db33 (diff)
downloadlinux-c736fb97051c39c74bf5d4684bdac1766d43e175.tar.gz
linux-c736fb97051c39c74bf5d4684bdac1766d43e175.tar.bz2
linux-c736fb97051c39c74bf5d4684bdac1766d43e175.zip
powerpc/pseries/vas: Include irqdomain.h
There are patches in flight to break the dependency between asm/irq.h and linux/irqdomain.h, which would break compilation of vas.c because it needs the declaration of irq_create_mapping() etc. So add an explicit include of irqdomain.h to avoid that becoming a problem in future. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210625045337.3197833-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/pseries/vas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/vas.c b/arch/powerpc/platforms/pseries/vas.c
index 3385b5400cc6..b5c1cf1bc64d 100644
--- a/arch/powerpc/platforms/pseries/vas.c
+++ b/arch/powerpc/platforms/pseries/vas.c
@@ -12,6 +12,7 @@
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
+#include <linux/irqdomain.h>
#include <asm/machdep.h>
#include <asm/hvcall.h>
#include <asm/plpar_wrappers.h>