[PATCH] powerpc: remove kconfig warning
From: Olof Johansson <hidden>
Date: 2006-06-27 18:15:01
From: Olof Johansson <hidden>
Date: 2006-06-27 18:15:01
scripts/kconfig/conf -s arch/powerpc/Kconfig arch/powerpc/Kconfig:416:warning: leading whitespace ignored Signed-off-by: Olof Johansson <redacted> Index: linux-2.6/arch/powerpc/Kconfig ===================================================================
--- linux-2.6.orig/arch/powerpc/Kconfig
+++ linux-2.6/arch/powerpc/Kconfig@@ -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