aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/pci-common.c')
-rw-r--r--arch/powerpc/kernel/pci-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index af357cc38ff6..b0de23c89ca5 100644
--- a/arch/powerpc/kernel/pci-common.c
+++ b/arch/powerpc/kernel/pci-common.c
@@ -1622,8 +1622,8 @@ void pcibios_scan_phb(struct pci_controller *hose)
1622 1622
1623 /* Get probe mode and perform scan */ 1623 /* Get probe mode and perform scan */
1624 mode = PCI_PROBE_NORMAL; 1624 mode = PCI_PROBE_NORMAL;
1625 if (node && ppc_md.pci_probe_mode) 1625 if (node)
1626 mode = ppc_md.pci_probe_mode(bus); 1626 mode = pci_probe_mode(bus);
1627 pr_debug(" probe mode: %d\n", mode); 1627 pr_debug(" probe mode: %d\n", mode);
1628 if (mode == PCI_PROBE_DEVTREE) 1628 if (mode == PCI_PROBE_DEVTREE)
1629 of_scan_bus(node, bus); 1629 of_scan_bus(node, bus);