Re: [PATCH 06/14] PCI: keystone: make it explicitly non-modular

2016-07-06 Thread Murali Karicheri
On 07/02/2016 07:13 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCI_KEYSTONE > drivers/pci/host/Kconfig: bool "TI Keystone PCIe controller" > > ...meaning that it currently is not being built as a module by a

[PATCH 06/14] PCI: keystone: make it explicitly non-modular

2016-07-02 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/host/Kconfig:config PCI_KEYSTONE drivers/pci/host/Kconfig: bool "TI Keystone PCIe controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple instances of modular code u