diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-02-16 16:36:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-16 17:50:09 +0100 |
commit | 02b7b2844c2ffd3b614ec2b9293e8c7f041d60da (patch) | |
tree | a0ef39e4c8811823eaecc66cdcfe556dee0796e3 /drivers/staging/android | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | blackbird-obmc-linux-02b7b2844c2ffd3b614ec2b9293e8c7f041d60da.tar.gz blackbird-obmc-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>
Diffstat (limited to 'drivers/staging/android')
0 files changed, 0 insertions, 0 deletions