summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann2018-02-16 16:36:04 +0100
committerGreg Kroah-Hartman2018-02-16 17:50:09 +0100
commit02b7b2844c2ffd3b614ec2b9293e8c7f041d60da (patch)
treea0ef39e4c8811823eaecc66cdcfe556dee0796e3
parentLinux 4.16-rc1 (diff)
downloadkernel-qcow2-linux-02b7b2844c2ffd3b614ec2b9293e8c7f041d60da.tar.gz
kernel-qcow2-linux-02b7b2844c2ffd3b614ec2b9293e8c7f041d60da.tar.xz
kernel-qcow2-linux-02b7b2844c2ffd3b614ec2b9293e8c7f041d60da.zip
staging: fsl-mc: fix build testing on x86
Selecting GENERIC_MSI_IRQ_DOMAIN on x86 causes a compile-time error in some configurations: drivers/base/platform-msi.c:37:19: error: field 'arg' has incomplete type On the other architectures, we are fine, but here we should have an additional dependency on X86_LOCAL_APIC so we can get the PCI_MSI_IRQ_DOMAIN symbol. Cc: stable@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/fsl-mc/bus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/fsl-mc/bus/Kconfig b/drivers/staging/fsl-mc/bus/Kconfig
index 1f9100049176..b35ef7ee6901 100644
--- a/drivers/staging/fsl-mc/bus/Kconfig
+++ b/drivers/staging/fsl-mc/bus/Kconfig
@@ -7,7 +7,7 @@
config FSL_MC_BUS
bool "QorIQ DPAA2 fsl-mc bus driver"
- depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86 || PPC)))
+ depends on OF && (ARCH_LAYERSCAPE || (COMPILE_TEST && (ARM || ARM64 || X86_LOCAL_APIC || PPC)))
select GENERIC_MSI_IRQ_DOMAIN
help
Driver to enable the bus infrastructure for the QorIQ DPAA2