diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-11-13 22:34:06 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-11-13 22:34:06 +0100 |
commit | 7db78a9c864d1baf916d849febef31e274cfcb1f (patch) | |
tree | ebbe90db1637aec1f1027dfa9436b0f5ede9453e /drivers/pci | |
parent | Merge branch 'pci/don-sriov' into next (diff) | |
parent | PCI/ACPI: Notify PCI devices when their power resource is turned on (diff) | |
download | linux-7db78a9c864d1baf916d849febef31e274cfcb1f.tar.xz linux-7db78a9c864d1baf916d849febef31e274cfcb1f.zip |
Merge branch 'pci/misc' into next
* pci/misc:
PCI/ACPI: Notify PCI devices when their power resource is turned on
PCI: Add GPL license for drivers/pci/ioapic module
PCI: Fix bit definitions of PCI_EXP_LNKCAP2 register
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 205af8dc83c2..22436f74eb50 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"); |