powerpc: allow compiling with GENERIC_MSI_IRQ_DOMAIN
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Mon, 17 Jul 2017 13:12:43 +0000 (16:12 +0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 24 Jul 2017 11:19:32 +0000 (21:19 +1000)
commit8f36479d0eda3c078ee4e1ec79ea9a2650cd0996
treeef02880a69544f46b9090f2933e306160104b016
parent76d98ab4628bf8d36498e8228a5b92aa95a4b820
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>
arch/powerpc/include/asm/Kbuild