powerpc: Remove PPC32 code from pseries specific find_and_init_phbs()
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / pseries / setup.c
index 1044b8b4da71e53648e86babb8ff4e06c89819dc..df6a7041922b67f8c9326169f3d6314a61561488 100644 (file)
@@ -499,13 +499,6 @@ static void __init find_and_init_phbs(void)
                        else
                                pci_clear_flags(PCI_PROBE_ONLY);
                }
-
-#ifdef CONFIG_PPC32 /* Will be made generic soon */
-               prop = of_get_property(of_chosen,
-                               "linux,pci-assign-all-buses", NULL);
-               if (prop && *prop)
-                       pci_add_flags(PCI_REASSIGN_ALL_BUS);
-#endif /* CONFIG_PPC32 */
        }
 }