]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerSeth Forshee <seth.forshee@canonical.com>
Wed, 28 Feb 2018 14:46:48 +0000 (08:46 -0600)
commita66c45dac1f31b0bfa1251ac887114ee4a025be8
treeffa9da46349d6c2ebe603b69dde4af988da46a4a
parent8bd3ea98a085cb0c51df0de7a404bbf10a33d514
staging: fsl-mc: fix build testing on x86

BugLink: http://bugs.launchpad.net/bugs/1752119
commit 02b7b2844c2ffd3b614ec2b9293e8c7f041d60da upstream.

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>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/staging/fsl-mc/bus/Kconfig