[PATCH] ppc32 8xx: fix m8xx_ide_init() #ifdef
authorMarcelo Tosatti <marcelo.tosatti@cyclades.com>
Tue, 23 Aug 2005 20:20:44 +0000 (17:20 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 26 Aug 2005 23:31:46 +0000 (16:31 -0700)
Be more precise on deciding whether to call m8xx_ide_init() at
m8xx_setup.c:platform_init().

Compilation fails if CONFIG_BLK_DEV_IDE is defined but
CONFIG_BLK_DEV_MPC8xx_IDE isnt.

Signed-off-by: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found