]> git.baikalelectronics.ru Git - kernel.git/commit
staging: fsl-mc: fix build testing on x86
authorArnd Bergmann <arnd@arndb.de>
Fri, 16 Feb 2018 15:36:04 +0000 (16:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 16:50:09 +0000 (17:50 +0100)
commit4111d9a0829fd3b2cf9844148a4c6b1cff5f1afb
treea0ef39e4c8811823eaecc66cdcfe556dee0796e3
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
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>
drivers/staging/fsl-mc/bus/Kconfig