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
This commit is contained in:
Bjorn Helgaas
2012-11-13 14:34:06 -07:00
3 changed files with 7 additions and 3 deletions

View File

@@ -125,3 +125,5 @@ static void __exit ioapic_exit(void)
module_init(ioapic_init);
module_exit(ioapic_exit);
MODULE_LICENSE("GPL");