summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/Kbuild
diff options
context:
space:
mode:
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>2017-07-17 16:12:43 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2017-07-24 21:19:32 +1000
commit8f36479d0eda3c078ee4e1ec79ea9a2650cd0996 (patch)
treeef02880a69544f46b9090f2933e306160104b016 /arch/powerpc/include/asm/Kbuild
parent76d98ab4628bf8d36498e8228a5b92aa95a4b820 (diff)
downloadlinux-8f36479d0eda3c078ee4e1ec79ea9a2650cd0996.tar.bz2
powerpc: allow compiling with GENERIC_MSI_IRQ_DOMAIN
This allows building powerpc with the GENERIC_MSI_IRQ_DOMAIN Kconfig by enabling the asm-generic msi.h in Kbuild. Without this, there's a compilation error [1] because powerpc, as most arches, doesn't provide an asm/msi.h. [1] In file included from ./include/linux/kvm_host.h:20:0, from ./arch/powerpc/include/asm/kvm_ppc.h:30, from arch/powerpc/kernel/dbell.c:20: ./include/linux/msi.h:195:21: fatal error: asm/msi.h: No such file or directory Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/Kbuild')
-rw-r--r--arch/powerpc/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/Kbuild b/arch/powerpc/include/asm/Kbuild
index 5c4fbc80dc6c..2542ea15d338 100644
--- a/arch/powerpc/include/asm/Kbuild
+++ b/arch/powerpc/include/asm/Kbuild
@@ -8,3 +8,4 @@ generic-y += mcs_spinlock.h
generic-y += preempt.h
generic-y += rwsem.h
generic-y += vtime.h
+generic-y += msi.h