Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eba48cd0 authored by Andrew Cooks's avatar Andrew Cooks Committed by Bjorn Helgaas
Browse files

PCI: Add GPL license for drivers/pci/ioapic module



Config PCI_IOAPIC turned into a tristate in commit b95a7bd7, but no
module license is specified.  This adds the missing module license.

Signed-off-by: default avatarAndrew Cooks <acooks@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarJan Beulich <jbeulich@suse.com>
parent b891b4dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)

module_init(ioapic_init);
module_exit(ioapic_exit);

MODULE_LICENSE("GPL");