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 10394b2d7e7a..d64d5a5ae00c 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_mds.c +++ b/arch/powerpc/platforms/83xx/mpc834x_mds.c | |||
@@ -129,7 +129,7 @@ static void __init mpc834x_mds_setup_arch(void) | |||
129 | 129 | ||
130 | #ifdef CONFIG_PCI | 130 | #ifdef CONFIG_PCI |
131 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | 131 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) |
132 | add_bridge(np); | 132 | mpc83xx_add_bridge(np); |
133 | 133 | ||
134 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; | 134 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; |
135 | #endif | 135 | #endif |