[PATCH 1/9] PCI: PCIe dpc: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/pcie/Kconfig:config PCIE_DPC drivers/pci/pcie/Kconfig: bool "PCIe Downstream Port Containment support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is

[PATCH 1/9] PCI: PCIe dpc: make it explicitly non-modular

2016-08-24 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/pcie/Kconfig:config PCIE_DPC drivers/pci/pcie/Kconfig: bool "PCIe Downstream Port Containment support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is