diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-11-09 10:00:07 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-11-09 10:00:07 -0700 |
commit | 05508270064efd674e8f2a047911dcd7776aaae0 (patch) | |
tree | 87ae59fbeb5ad6d3d0d155e1b85436a9047458a0 /arch/x86/pci | |
parent | fa20f6f240e127bc914ca980a4b10c723c55fec9 (diff) | |
parent | 8c33f51df406e1a1f7fa4e9b244845b7ebd61fa6 (diff) | |
download | linux-3.10-05508270064efd674e8f2a047911dcd7776aaae0.tar.gz linux-3.10-05508270064efd674e8f2a047911dcd7776aaae0.tar.bz2 linux-3.10-05508270064efd674e8f2a047911dcd7776aaae0.zip |
Merge branch 'pci/taku-prt-cleanup' into next
* pci/taku-prt-cleanup:
PCI/ACPI: Request _OSC control before scanning PCI root bus
PCI: Don't pass pci_dev to pci_ext_cfg_avail()
PCI/ACPI: Add _PRT interrupt routing info before enumerating devices
ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus
Diffstat (limited to 'arch/x86/pci')
-rw-r--r-- | arch/x86/pci/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 720e973fc34..52dbf1aeeb6 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -626,7 +626,7 @@ void pcibios_disable_device (struct pci_dev *dev) pcibios_disable_irq(dev); } -int pci_ext_cfg_avail(struct pci_dev *dev) +int pci_ext_cfg_avail(void) { if (raw_pci_ext_ops) return 1; |