Skip to content

Commit

Permalink
[POWERPC] 83xx: Suppress warning when CONFIG_ options aren't defined
Browse files Browse the repository at this point in the history
Suppress warning when CONFIG_PCI & CONFIG_QUICC_ENGINE is not defined

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed May 10, 2007
1 parent b38d06d commit c9ec87e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/83xx/mpc832x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c9ec87e

Please sign in to comment.