From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 94F9967A3E for ; Wed, 28 Jun 2006 04:15:01 +1000 (EST) Date: Tue, 27 Jun 2006 11:14:03 -0700 To: paulus@samba.org Subject: [PATCH] powerpc: remove kconfig warning Message-ID: <20060627181403.GA5130@pb15.lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Olof Johansson Cc: linuxppc-dev@ozlabs.org, arnd@arndb.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , scripts/kconfig/conf -s arch/powerpc/Kconfig arch/powerpc/Kconfig:416:warning: leading whitespace ignored Signed-off-by: Olof Johansson 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