[POWERPC] rename add_bridge to avoid namespace clashes
[powerpc.git] / arch / powerpc / platforms / 83xx / mpc832x_rdb.c
index 3db68b7..8b790d4 100644 (file)
@@ -53,7 +53,7 @@ static void __init mpc832x_rdb_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