[PATCH 6/8] PCI: designware: make host support explicitly non-modular

2016-08-22 Thread Paul Gortmaker
The Kconfig entry controlling compilation of this code is: drivers/pci/host/Kconfig:config PCIE_DW drivers/pci/host/Kconfig: bool ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the

[PATCH 6/8] PCI: designware: make host support explicitly non-modular

2016-08-22 Thread Paul Gortmaker
The Kconfig entry controlling compilation of this code is: drivers/pci/host/Kconfig:config PCIE_DW drivers/pci/host/Kconfig: bool ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular infrastructure use, so that when reading the