diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc834x_mds.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_mds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_mds.c b/arch/powerpc/platforms/83xx/mpc834x_mds.c index a9140b64b98..00aed7c2269 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_mds.c +++ b/arch/powerpc/platforms/83xx/mpc834x_mds.c | |||
@@ -83,7 +83,7 @@ static void __init mpc834x_mds_setup_arch(void) | |||
83 | ppc_md.progress("mpc834x_mds_setup_arch()", 0); | 83 | ppc_md.progress("mpc834x_mds_setup_arch()", 0); |
84 | 84 | ||
85 | #ifdef CONFIG_PCI | 85 | #ifdef CONFIG_PCI |
86 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | 86 | for_each_compatible_node(np, "pci", "fsl,mpc8349-pci") |
87 | mpc83xx_add_bridge(np); | 87 | mpc83xx_add_bridge(np); |
88 | #endif | 88 | #endif |
89 | 89 | ||