[POWERPC] rename add_bridge to avoid namespace clashes
[powerpc.git] / arch / powerpc / platforms / 83xx / mpc836x_mds.c
index bceeff8..bf3be37 100644 (file)
@@ -86,7 +86,7 @@ static void __init mpc836x_mds_setup_arch(void)
 
 #ifdef CONFIG_PCI
        for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)
-               add_bridge(np);
+               mpc83xx_add_bridge(np);
        ppc_md.pci_exclude_device = mpc83xx_exclude_device;
 #endif