From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756162Ab0F3Rx0 (ORCPT ); Wed, 30 Jun 2010 13:53:26 -0400 Received: from shutemov.name ([188.40.19.243]:44644 "EHLO shutemov.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754796Ab0F3RxZ (ORCPT ); Wed, 30 Jun 2010 13:53:25 -0400 Date: Wed, 30 Jun 2010 20:53:24 +0300 From: "Kirill A. Shutemov" To: Christoph Egger Cc: Russell King , Andrew Victor , "Antonio R. Costa" , Nicolas Ferre , Dmitry Torokhov , Andrea Gelmini , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de Subject: Re: [PATCH 01/33] Removing dead MTD_NAND_AT91_BUSWIDTH_16 Message-ID: <20100630175324.GA3969@shutemov.name> References: <4c6fe9a4c298214223ff89d06401ac7b66f81c98.1277911346.git.siccegge@cs.fau.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4c6fe9a4c298214223ff89d06401ac7b66f81c98.1277911346.git.siccegge@cs.fau.de> User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 30, 2010 at 05:53:52PM +0200, Christoph Egger wrote: > MTD_NAND_AT91_BUSWIDTH_16 doesn't exist in Kconfig, therefore removing > all references for it from the source code. It was renamed to MTD_NAND_ATMEL_BUSWIDTH_16 (see f6ed6f7). I think better to rename it here too. > Signed-off-by: Christoph Egger > --- > arch/arm/mach-at91/board-at572d940hf_ek.c | 4 ---- > arch/arm/mach-at91/board-sam9m10g45ek.c | 4 ---- > 2 files changed, 0 insertions(+), 8 deletions(-) > > diff --git a/arch/arm/mach-at91/board-at572d940hf_ek.c b/arch/arm/mach-at91/board-at572d940hf_ek.c > index 5daff27..889a442 100644 > --- a/arch/arm/mach-at91/board-at572d940hf_ek.c > +++ b/arch/arm/mach-at91/board-at572d940hf_ek.c > @@ -216,11 +216,7 @@ static struct atmel_nand_data __initdata eb_nand_data = { > /* .rdy_pin = AT91_PIN_PC16, */ > .enable_pin = AT91_PIN_PA15, > .partition_info = nand_partitions, > -#if defined(CONFIG_MTD_NAND_AT91_BUSWIDTH_16) > - .bus_width_16 = 1, > -#else > .bus_width_16 = 0, > -#endif > }; > > static struct sam9_smc_config __initdata eb_nand_smc_config = { > diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c > index ee80059..49ef850 100644 > --- a/arch/arm/mach-at91/board-sam9m10g45ek.c > +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c > @@ -135,11 +135,7 @@ static struct atmel_nand_data __initdata ek_nand_data = { > .rdy_pin = AT91_PIN_PC8, > .enable_pin = AT91_PIN_PC14, > .partition_info = nand_partitions, > -#if defined(CONFIG_MTD_NAND_AT91_BUSWIDTH_16) > - .bus_width_16 = 1, > -#else > .bus_width_16 = 0, > -#endif > }; > > static struct sam9_smc_config __initdata ek_nand_smc_config = { > -- > 1.7.0.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- Kirill A. Shutemov