X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fkernel%2Fof_platform.c;h=1a4fc0d11a031706ab19018959074ea6fbbfc4f7;hb=b938fb6f491113880ebaabfa06c6446723c702fd;hp=87df428e35880f1da99b2a40e6a3276e1f0a4f70;hpb=c61b79b6ef266890954213a701d8f6021d8c1289;p=karo-tx-linux.git diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index 87df428e3588..1a4fc0d11a03 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c @@ -276,7 +276,7 @@ static int __devinit of_pci_phb_probe(struct of_device *dev, #endif /* CONFIG_EEH */ /* Scan the bus */ - scan_phb(phb); + pcibios_scan_phb(phb, dev->node); if (phb->bus == NULL) return -ENXIO;