From 732ee2c2d247b8e4351199f7f165491cd3ee70e7 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 9 May 2007 22:48:53 -0500 Subject: [PATCH] --- yaml --- r: 55840 b: refs/heads/master c: c9ec87e5121b1777172fc07a14322ebb32a04ba9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/83xx/mpc832x_rdb.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c2d91d4a9d88..0542afd47ea0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b38d06d8c48e8a866bf8f0ae5dabd9eea9c63f7c +refs/heads/master: c9ec87e5121b1777172fc07a14322ebb32a04ba9 diff --git a/trunk/arch/powerpc/platforms/83xx/mpc832x_rdb.c b/trunk/arch/powerpc/platforms/83xx/mpc832x_rdb.c index b0b22bb29de7..3db68b73fc32 100644 --- a/trunk/arch/powerpc/platforms/83xx/mpc832x_rdb.c +++ b/trunk/arch/powerpc/platforms/83xx/mpc832x_rdb.c @@ -44,7 +44,9 @@ unsigned long isa_mem_base = 0; */ static void __init mpc832x_rdb_setup_arch(void) { +#if defined(CONFIG_PCI) || defined(CONFIG_QUICC_ENGINE) struct device_node *np; +#endif if (ppc_md.progress) ppc_md.progress("mpc832x_rdb_setup_arch()", 0);