[PATCH 9/9] PCI: hotplug: make PCIe core code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
The Makefile fragments currently controlling compilation of this code are: obj-$(CONFIG_HOTPLUG_PCI_PCIE) += pciehp.o [...] pciehp-objs := pciehp_core.o \ The Kconfig currently controlling compilation of this code is: drivers/pci/pcie/Kconfig:config

[PATCH 9/9] PCI: hotplug: make PCIe core code explicitly non-modular

2016-08-24 Thread Paul Gortmaker
The Makefile fragments currently controlling compilation of this code are: obj-$(CONFIG_HOTPLUG_PCI_PCIE) += pciehp.o [...] pciehp-objs := pciehp_core.o \ The Kconfig currently controlling compilation of this code is: drivers/pci/pcie/Kconfig:config