PCI: Add GPL license for drivers/pci/ioapic module
authorAndrew Cooks <acooks@gmail.com>
Tue, 13 Nov 2012 04:39:07 +0000 (12:39 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 13 Nov 2012 18:27:17 +0000 (11:27 -0700)
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>
drivers/pci/ioapic.c

index 205af8dc83c2110b192ce8017e2d1c9cdb08dcdc..22436f74eb50655b8c9fd03e96ea20c48b8cc271 100644 (file)
@@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)
 
 module_init(ioapic_init);
 module_exit(ioapic_exit);
+
+MODULE_LICENSE("GPL");
This page took 0.025626 seconds and 5 git commands to generate.