Re: [PATCH 08/10] drivers/pci: make host/pcie-xilinx.c explicitly non-modular

2015-12-13 Thread Michal Simek
On 13.12.2015 02:41, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCIE_XILINX > drivers/pci/host/Kconfig: bool "Xilinx AXI PCIe host bridge support" > > ...meaning that it currently is not being built as a module

Re: [PATCH 08/10] drivers/pci: make host/pcie-xilinx.c explicitly non-modular

2015-12-13 Thread Michal Simek
On 13.12.2015 02:41, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCIE_XILINX > drivers/pci/host/Kconfig: bool "Xilinx AXI PCIe host bridge support" > > ...meaning that it currently is not being built as a module

[PATCH 08/10] drivers/pci: make host/pcie-xilinx.c explicitly non-modular

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

[PATCH 08/10] drivers/pci: make host/pcie-xilinx.c explicitly non-modular

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