Re: [PATCH 03/14] PCI: designware-plat: make it explicitly non-modular

2016-07-04 Thread Joao Pinto
Hi Paul, On 7/3/2016 12:13 AM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCIE_DW_PLAT > drivers/pci/host/Kconfig: bool "Platform bus based DesignWare PCIe > Controller" > (snip...) > Cc: Jingoo Han > Cc: P

[PATCH 03/14] PCI: designware-plat: 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 PCIE_DW_PLAT drivers/pci/host/Kconfig: bool "Platform bus based DesignWare PCIe Controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the few trace uses