diff options
author | Andrew Cooks <acooks@gmail.com> | 2012-11-13 12:39:07 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-11-13 11:27:17 -0700 |
commit | eba48cd0f05ff7a2f82291feae169c14b61b29af (patch) | |
tree | 0a4ac422ff33c08c7376262b019179683db668a1 /drivers/pci | |
parent | b891b4dc1eed33543c5818dae43ce8bb55f2080c (diff) | |
download | op-kernel-dev-eba48cd0f05ff7a2f82291feae169c14b61b29af.zip op-kernel-dev-eba48cd0f05ff7a2f82291feae169c14b61b29af.tar.gz |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/ioapic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/ioapic.c b/drivers/pci/ioapic.c index 205af8d..22436f7 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"); |