On Mon, Aug 22, 2016 at 05:59:47PM -0400, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCI_EXYNOS > drivers/pci/host/Kconfig: bool "Samsung Exynos PCIe controller" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the couple traces of modular infrastructure use, so that > when reading the driver there is no doubt it is builtin-only. > > Note that MODULE_DEVICE_TABLE is a no-op for non-modular code. > > We also delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. > > Cc: Jingoo Han <[email protected]> > Cc: Bjorn Helgaas <[email protected]> > Cc: Kukjin Kim <[email protected]> > Cc: Krzysztof Kozlowski <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Paul Gortmaker <[email protected]> > --- > drivers/pci/host/pci-exynos.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) >
Acked-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof

