powerpc/pci: Delay populating pdn
[cascardo/linux.git] / arch / powerpc / platforms / powernv / pci.c
index 1d92bd9..0f1b8bf 100644 (file)
@@ -36,9 +36,6 @@
 #include "powernv.h"
 #include "pci.h"
 
-/* Delay in usec */
-#define PCI_RESET_DELAY_US     3000000
-
 #ifdef CONFIG_PCI_MSI
 int pnv_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type)
 {
@@ -819,9 +816,6 @@ void __init pnv_pci_init(void)
        for_each_compatible_node(np, NULL, "ibm,ioda2-npu-phb")
                pnv_pci_init_npu_phb(np);
 
-       /* Setup the linkage between OF nodes and PHBs */
-       pci_devs_phb_init();
-
        /* Configure IOMMU DMA hooks */
        set_pci_dma_ops(&dma_iommu_ops);
 }