Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'pci/kbuild'

- Remove MODULE_LICENSE from boolean drivers so they don't look like
modules so modprobe will complain about them (Nick Alcock)

* pci/kbuild:
PCI: Remove MODULE_LICENSE so boolean drivers don't look like modules

-12
-1
drivers/pci/controller/dwc/pcie-histb.c
··· 450 450 module_platform_driver(histb_pcie_platform_driver); 451 451 452 452 MODULE_DESCRIPTION("HiSilicon STB PCIe host controller driver"); 453 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/controller/mobiveil/pcie-mobiveil-plat.c
··· 56 56 57 57 builtin_platform_driver(mobiveil_pcie_driver); 58 58 59 - MODULE_LICENSE("GPL v2"); 60 59 MODULE_DESCRIPTION("Mobiveil PCIe host controller driver"); 61 60 MODULE_AUTHOR("Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>");
-1
drivers/pci/controller/pci-tegra.c
··· 2814 2814 .remove = tegra_pcie_remove, 2815 2815 }; 2816 2816 module_platform_driver(tegra_pcie_driver); 2817 - MODULE_LICENSE("GPL");
-1
drivers/pci/controller/pci-versatile.c
··· 169 169 module_platform_driver(versatile_pci_driver); 170 170 171 171 MODULE_DESCRIPTION("Versatile PCI driver"); 172 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/controller/pcie-hisi-error.c
··· 324 324 module_platform_driver(hisi_pcie_error_handler_driver); 325 325 326 326 MODULE_DESCRIPTION("HiSilicon HIP PCIe controller error handling driver"); 327 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/controller/pcie-microchip-host.c
··· 1135 1135 }; 1136 1136 1137 1137 builtin_platform_driver(mc_pcie_driver); 1138 - MODULE_LICENSE("GPL"); 1139 1138 MODULE_DESCRIPTION("Microchip PCIe host controller driver"); 1140 1139 MODULE_AUTHOR("Daire McNamara <daire.mcnamara@microchip.com>");
-1
drivers/pci/endpoint/pci-ep-cfs.c
··· 728 728 729 729 MODULE_DESCRIPTION("PCI EP CONFIGFS"); 730 730 MODULE_AUTHOR("Kishon Vijay Abraham I <kishon@ti.com>"); 731 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/endpoint/pci-epc-core.c
··· 861 861 862 862 MODULE_DESCRIPTION("PCI EPC Library"); 863 863 MODULE_AUTHOR("Kishon Vijay Abraham I <kishon@ti.com>"); 864 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/endpoint/pci-epc-mem.c
··· 260 260 261 261 MODULE_DESCRIPTION("PCI EPC Address Space Management"); 262 262 MODULE_AUTHOR("Kishon Vijay Abraham I <kishon@ti.com>"); 263 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/endpoint/pci-epf-core.c
··· 568 568 569 569 MODULE_DESCRIPTION("PCI EPF Library"); 570 570 MODULE_AUTHOR("Kishon Vijay Abraham I <kishon@ti.com>"); 571 - MODULE_LICENSE("GPL v2");
-1
drivers/pci/hotplug/acpiphp_core.c
··· 45 45 46 46 MODULE_AUTHOR(DRIVER_AUTHOR); 47 47 MODULE_DESCRIPTION(DRIVER_DESC); 48 - MODULE_LICENSE("GPL"); 49 48 MODULE_PARM_DESC(disable, "disable acpiphp driver"); 50 49 module_param_named(disable, acpiphp_disabled, bool, 0444); 51 50
-1
drivers/pci/hotplug/shpchp_core.c
··· 32 32 33 33 MODULE_AUTHOR(DRIVER_AUTHOR); 34 34 MODULE_DESCRIPTION(DRIVER_DESC); 35 - MODULE_LICENSE("GPL"); 36 35 37 36 module_param(shpchp_debug, bool, 0644); 38 37 module_param(shpchp_poll_mode, bool, 0644);