dect
/
linux-2.6
Archived
13
0
Fork 0

[POWERPC] powerpc: kconfig warning fix

arch/powerpc/Kconfig:420:warning: leading whitespace ignored

Stop doing that.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Andrew Morton 2006-06-25 01:49:07 -07:00 committed by Paul Mackerras
parent 127efeb286
commit f127a2b5cf
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ config PPC_CELL_NATIVE
default n
config PPC_IBM_CELL_BLADE
bool " IBM Cell Blade"
bool "IBM Cell Blade"
depends on PPC_MULTIPLATFORM && PPC64
select PPC_CELL_NATIVE
select PPC_RTAS