Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756960Ab0F3RIk (ORCPT ); Wed, 30 Jun 2010 13:08:40 -0400 Received: from tango.tkos.co.il ([62.219.50.35]:48629 "EHLO tango.tkos.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754732Ab0F3RIj (ORCPT ); Wed, 30 Jun 2010 13:08:39 -0400 Date: Wed, 30 Jun 2010 20:07:31 +0300 From: Baruch Siach To: Christoph Egger Cc: Kevin Hilman , Russell King , Sandeep Paulraj , Sudhakar Rajashekhara , Steve Chen , Cyril Chemparathy , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de Subject: Re: [PATCH 02/33] Removing dead ARCH_DAVINCI_TNETV107X Message-ID: <20100630170730.GE23534@tarshish> References: <88ee583babc6f0aecb2238a57644f64159d5c395.1277911346.git.siccegge@cs.fau.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <88ee583babc6f0aecb2238a57644f64159d5c395.1277911346.git.siccegge@cs.fau.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1445 Lines: 43 Hi Christoph, On Wed, Jun 30, 2010 at 06:05:38PM +0200, Christoph Egger wrote: > ARCH_DAVINCI_TNETV107X doesn't exist in Kconfig, therefore removing > all references for it from the source code. > > Signed-off-by: Christoph Egger > --- > arch/arm/mach-davinci/include/mach/cputype.h | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --git a/arch/arm/mach-davinci/include/mach/cputype.h b/arch/arm/mach-davinci/include/mach/cputype.h > index cea6b89..6143022 100644 > --- a/arch/arm/mach-davinci/include/mach/cputype.h > +++ b/arch/arm/mach-davinci/include/mach/cputype.h > @@ -85,10 +85,4 @@ IS_DAVINCI_CPU(tnetv107x, DAVINCI_CPU_ID_TNETV107X) > #define cpu_is_davinci_da850() 0 > #endif > > -#ifdef CONFIG_ARCH_DAVINCI_TNETV107X > -#define cpu_is_davinci_tnetv107x() is_davinci_tnetv107x() > -#else > -#define cpu_is_davinci_tnetv107x() 0 Why remove the #else part? baruch > -#endif > - > #endif > -- > 1.7.0.4 -- ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il - -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/