Merge commit 'ftrace/function-graph' into next
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / mpc837x_rdb.c
index da030afa2e2cd92039c82fe34f890cfb46f132c4..3d7b953d40e114ed6c2e258254e6169c9fd2dda0 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "mpc83xx.h"
 
-extern int mpc837x_usb_cfg(void);
-
 /* ************************************************************************
  *
  * Setup the architecture
@@ -40,6 +38,8 @@ static void __init mpc837x_rdb_setup_arch(void)
 #ifdef CONFIG_PCI
        for_each_compatible_node(np, "pci", "fsl,mpc8349-pci")
                mpc83xx_add_bridge(np);
+       for_each_compatible_node(np, "pci", "fsl,mpc8314-pcie")
+               mpc83xx_add_bridge(np);
 #endif
        mpc837x_usb_cfg();
 }
This page took 0.025537 seconds and 5 git commands to generate.