Re: [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

2015-12-22 Thread Paul Gortmaker
On 2015-12-22 03:30 AM, Geert Uytterhoeven wrote: > Hi Paul, > > On Tue, Dec 22, 2015 at 1:59 AM, Paul Gortmaker > wrote: >> We also delete the MODULE_LICENSE tag etc. since all that information >> was (or is now) contained at the top of the file in the comments. > > The MODULE_* tags are

Re: [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

2015-12-22 Thread Geert Uytterhoeven
Hi Paul, On Tue, Dec 22, 2015 at 1:59 AM, Paul Gortmaker wrote: > We also delete the MODULE_LICENSE tag etc. since all that information > was (or is now) contained at the top of the file in the comments. The MODULE_* tags are easier to parse by automated tools. Do we want to make the work of

Re: [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

2015-12-22 Thread Geert Uytterhoeven
Hi Paul, On Tue, Dec 22, 2015 at 1:59 AM, Paul Gortmaker wrote: > We also delete the MODULE_LICENSE tag etc. since all that information > was (or is now) contained at the top of the file in the comments. The MODULE_* tags are easier to parse by automated tools. Do

Re: [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

2015-12-22 Thread Paul Gortmaker
On 2015-12-22 03:30 AM, Geert Uytterhoeven wrote: > Hi Paul, > > On Tue, Dec 22, 2015 at 1:59 AM, Paul Gortmaker > wrote: >> We also delete the MODULE_LICENSE tag etc. since all that information >> was (or is now) contained at the top of the file in the comments. >

[PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

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

[PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular

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