[POWERPC] 83xx: Suppress warning when CONFIG_PCI is not defined
[powerpc.git] / arch / powerpc / platforms / 83xx / mpc834x_itx.c
index 3c009f6..40a0194 100644 (file)
@@ -50,7 +50,9 @@ unsigned long isa_mem_base = 0;
  */
 static void __init mpc834x_itx_setup_arch(void)
 {
+#ifdef CONFIG_PCI
        struct device_node *np;
+#endif
 
        if (ppc_md.progress)
                ppc_md.progress("mpc834x_itx_setup_arch()", 0);