[POWERPC] 83xx: Suppress warning when CONFIG_PCI is not defined
[pandora-kernel.git] / arch / powerpc / platforms / 83xx / mpc8313_rdb.c
index 32e9e94..96970ac 100644 (file)
@@ -40,7 +40,9 @@ unsigned long isa_mem_base = 0;
  */
 static void __init mpc8313_rdb_setup_arch(void)
 {
+#ifdef CONFIG_PCI
        struct device_node *np;
+#endif
 
        if (ppc_md.progress)
                ppc_md.progress("mpc8313_rdb_setup_arch()", 0);