Skip to content

Commit

Permalink
PCI: Add GPL license for drivers/pci/ioapic module
Browse files Browse the repository at this point in the history
Config PCI_IOAPIC turned into a tristate in commit b95a7bd, 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>
  • Loading branch information
Andrew Cooks authored and Bjorn Helgaas committed Nov 13, 2012
1 parent b891b4d commit eba48cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/pci/ioapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)

module_init(ioapic_init);
module_exit(ioapic_exit);

MODULE_LICENSE("GPL");

0 comments on commit eba48cd

Please sign in to comment.