Pull hp-pci-root into test branch
[linux-drm-fsl-dcu.git] / arch / powerpc / platforms / 83xx / mpc8360e_pb.c
index 1a523c81c06e528de4ac67bfe05d384ff054d6f5..53b92a904e8e11a74ea1f76ad8b476008e23ebba 100644 (file)
@@ -102,15 +102,13 @@ static void __init mpc8360_sys_setup_arch(void)
 #ifdef CONFIG_PCI
        for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)
                add_bridge(np);
-
-       ppc_md.pci_swizzle = common_swizzle;
        ppc_md.pci_exclude_device = mpc83xx_exclude_device;
 #endif
 
 #ifdef CONFIG_QUICC_ENGINE
        qe_reset();
 
-       if ((np = of_find_node_by_name(np, "par_io")) != NULL) {
+       if ((np = of_find_node_by_name(NULL, "par_io")) != NULL) {
                par_io_init(np);
                of_node_put(np);