Re: [PATCH 06/10] drivers/pci: make host/pci-tegra.c explicitly non-modular

2015-12-14 Thread Thierry Reding
On Sat, Dec 12, 2015 at 08:41:53PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCI_TEGRA > drivers/pci/host/Kconfig: bool "NVIDIA Tegra PCIe controller" > > ...meaning that it currently is not being built

Re: [PATCH 06/10] drivers/pci: make host/pci-tegra.c explicitly non-modular

2015-12-14 Thread Thierry Reding
On Sat, Dec 12, 2015 at 08:41:53PM -0500, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCI_TEGRA > drivers/pci/host/Kconfig: bool "NVIDIA Tegra PCIe controller" > > ...meaning that it currently is not being built

[PATCH 06/10] drivers/pci: make host/pci-tegra.c explicitly non-modular

2015-12-12 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/host/Kconfig:config PCI_TEGRA drivers/pci/host/Kconfig: bool "NVIDIA Tegra PCIe controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially

[PATCH 06/10] drivers/pci: make host/pci-tegra.c explicitly non-modular

2015-12-12 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/host/Kconfig:config PCI_TEGRA drivers/pci/host/Kconfig: bool "NVIDIA Tegra PCIe controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially