Selaa lähdekoodia

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 <acooks@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Andrew Cooks 13 vuotta sitten
vanhempi
commit
eba48cd0f0
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      drivers/pci/ioapic.c

+ 2 - 0
drivers/pci/ioapic.c

@@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)
 
 
 module_init(ioapic_init);
 module_init(ioapic_init);
 module_exit(ioapic_exit);
 module_exit(ioapic_exit);
+
+MODULE_LICENSE("GPL");