diff options
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc832x_rdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_rdb.c b/arch/powerpc/platforms/83xx/mpc832x_rdb.c index b0b22bb29de7..3db68b73fc32 100644 --- a/arch/powerpc/platforms/83xx/mpc832x_rdb.c +++ b/arch/powerpc/platforms/83xx/mpc832x_rdb.c | |||
@@ -44,7 +44,9 @@ unsigned long isa_mem_base = 0; | |||
44 | */ | 44 | */ |
45 | static void __init mpc832x_rdb_setup_arch(void) | 45 | static void __init mpc832x_rdb_setup_arch(void) |
46 | { | 46 | { |
47 | #if defined(CONFIG_PCI) || defined(CONFIG_QUICC_ENGINE) | ||
47 | struct device_node *np; | 48 | struct device_node *np; |
49 | #endif | ||
48 | 50 | ||
49 | if (ppc_md.progress) | 51 | if (ppc_md.progress) |
50 | ppc_md.progress("mpc832x_rdb_setup_arch()", 0); | 52 | ppc_md.progress("mpc832x_rdb_setup_arch()", 0); |