[PATCH 8/8] PCI: generic: make host-common explicitly non-modular

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

[PATCH 8/8] PCI: generic: make host-common explicitly non-modular

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