diff options
author | Matt Redfearn <matt.redfearn@mips.com> | 2018-01-12 14:25:59 +0000 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-02-28 16:38:06 +0200 |
commit | 882164a4a928bcaa53280940436ca476e6b1db8e (patch) | |
tree | 93c01ce3385992abd2c8bc6a00fb9063a7efac33 /drivers/ssb/pcmcia.c | |
parent | 985324a16efb5a1b002c057ff457e28fb3f7480e (diff) | |
download | linux-882164a4a928bcaa53280940436ca476e6b1db8e.tar.gz linux-882164a4a928bcaa53280940436ca476e6b1db8e.tar.bz2 linux-882164a4a928bcaa53280940436ca476e6b1db8e.zip |
ssb: Prevent build of PCI host features in module
Attempting to build ssb.ko with CONFIG_SSB_DRIVER_PCICORE=y results in
a build error due to use of symbols not exported from vmlinux:
ERROR: "pcibios_enable_device" [drivers/ssb/ssb.ko] undefined!
ERROR: "register_pci_controller" [drivers/ssb/ssb.ko] undefined!
make[1]: *** [scripts/Makefile.modpost:92: __modpost] Error 1
To prevent this, don't allow the host mode feature to be built if
CONFIG_SSB=m
Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/ssb/pcmcia.c')
0 files changed, 0 insertions, 0 deletions