Re: [PATCH] mfd: sgi-ioc3: Turn Kconfig option into a bool

2020-12-16 Thread Lee Jones
On Mon, 07 Dec 2020, Thomas Bogendoerfer wrote: > Module builds of ioc3 fail with following errors: > > ERROR: "spurious_interrupt" [drivers/mfd/ioc3.ko] undefined! > ERROR: "pci_find_host_bridge" [drivers/mfd/ioc3.ko] undefined! > > Exporting pci_find_host_bridge got rejected by maintainer, so

[PATCH] mfd: sgi-ioc3: Turn Kconfig option into a bool

2020-12-07 Thread Thomas Bogendoerfer
Module builds of ioc3 fail with following errors: ERROR: "spurious_interrupt" [drivers/mfd/ioc3.ko] undefined! ERROR: "pci_find_host_bridge" [drivers/mfd/ioc3.ko] undefined! Exporting pci_find_host_bridge got rejected by maintainer, so easiest fix is to disable module building, which even makes s