From: Andrew Cooks Date: Tue, 13 Nov 2012 04:39:07 +0000 (+0800) Subject: PCI: Add GPL license for drivers/pci/ioapic module X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eba48cd0f05ff7a2f82291feae169c14b61b29af;p=deliverable%2Flinux.git PCI: Add GPL license for drivers/pci/ioapic module Config PCI_IOAPIC turned into a tristate in commit b95a7bd70046, but no module license is specified. This adds the missing module license. Signed-off-by: Andrew Cooks Signed-off-by: Bjorn Helgaas Acked-by: Jan Beulich --- diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c index 205af8dc83c2..22436f74eb50 100644 --- a/drivers/pci/ioapic.c +++ b/drivers/pci/ioapic.c @@ -125,3 +125,5 @@ static void __exit ioapic_exit(void) module_init(ioapic_init); module_exit(ioapic_exit); + +MODULE_LICENSE("GPL");