Re: [PATCH 01/10] drivers/pci: make host/pci-imx6.c driver explicitly non-modular

2015-12-14 Thread Arnd Bergmann
On Saturday 12 December 2015 20:41:48 Paul Gortmaker wrote: > The Kconfig for this option is currently: > > config PCI_IMX6 > bool "Freescale i.MX6 PCIe controller" > > ...meaning that it currently is not being built as a module by anyone. > Lets remove the couple traces of modularity,

Re: [PATCH 01/10] drivers/pci: make host/pci-imx6.c driver explicitly non-modular

2015-12-14 Thread Arnd Bergmann
On Saturday 12 December 2015 20:41:48 Paul Gortmaker wrote: > The Kconfig for this option is currently: > > config PCI_IMX6 > bool "Freescale i.MX6 PCIe controller" > > ...meaning that it currently is not being built as a module by anyone. > Lets remove the couple traces of modularity,

[PATCH 01/10] drivers/pci: make host/pci-imx6.c driver explicitly non-modular

2015-12-12 Thread Paul Gortmaker
The Kconfig for this option is currently: config PCI_IMX6 bool "Freescale i.MX6 PCIe controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity, so that when reading the driver there is no doubt it is builtin-only.

[PATCH 01/10] drivers/pci: make host/pci-imx6.c driver explicitly non-modular

2015-12-12 Thread Paul Gortmaker
The Kconfig for this option is currently: config PCI_IMX6 bool "Freescale i.MX6 PCIe controller" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modularity, so that when reading the driver there is no doubt it is builtin-only.