Re: ssb: Prevent build of PCI host features in module
From: Kalle Valo <hidden>
Date: 2018-02-28 14:39:05
Also in:
lkml
From: Kalle Valo <hidden>
Date: 2018-02-28 14:39:05
Also in:
lkml
Matt Redfearn [off-list ref] wrote:
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 <redacted>
Patch applied to wireless-drivers-next.git, thanks. 882164a4a928 ssb: Prevent build of PCI host features in module -- https://patchwork.kernel.org/patch/10161131/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches