aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/pci
diff options
context:
space:
mode:
authorGravatar Bjorn Helgaas <bhelgaas@google.com> 2012-11-09 10:00:07 -0700
committerGravatar Bjorn Helgaas <bhelgaas@google.com> 2012-11-09 10:00:07 -0700
commit05508270064efd674e8f2a047911dcd7776aaae0 (patch)
tree87ae59fbeb5ad6d3d0d155e1b85436a9047458a0 /arch/x86/pci
parentMerge branch 'pci/yinghai-for-pci-root-bus-hotplug' into next (diff)
parentPCI/ACPI: Request _OSC control before scanning PCI root bus (diff)
downloadlinux-05508270064efd674e8f2a047911dcd7776aaae0.tar.gz
linux-05508270064efd674e8f2a047911dcd7776aaae0.tar.bz2
linux-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
index 720e973fc34a..52dbf1aeeb63 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;