Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753128AbdFMNCF (ORCPT ); Tue, 13 Jun 2017 09:02:05 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:54921 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078AbdFMNCE (ORCPT ); Tue, 13 Jun 2017 09:02:04 -0400 Date: Tue, 13 Jun 2017 15:02:02 +0200 From: Boris Brezillon To: Alexandre Belloni Cc: Nicolas Ferre , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: at91: remove atmel_nand_data Message-ID: <20170613150202.7e0241f9@bbrezillon> In-Reply-To: <20170613125400.12774-1-alexandre.belloni@free-electrons.com> References: <20170613125400.12774-1-alexandre.belloni@free-electrons.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1706 Lines: 53 On Tue, 13 Jun 2017 14:54:00 +0200 Alexandre Belloni wrote: > Since AVR32 is gone and the driver rework, struct atmel_nand_data is not > used anywhere. > > Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon > --- > include/linux/platform_data/atmel.h | 21 --------------------- > 1 file changed, 21 deletions(-) > > diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h > index 7b6dce7d6d33..70c5c766628e 100644 > --- a/include/linux/platform_data/atmel.h > +++ b/include/linux/platform_data/atmel.h > @@ -7,8 +7,6 @@ > #ifndef __ATMEL_H__ > #define __ATMEL_H__ > > -#include > -#include > #include > > /* Compact Flash */ > @@ -23,25 +21,6 @@ struct at91_cf_data { > #define AT91_IDE_SWAP_A0_A2 0x02 > }; > > - /* NAND / SmartMedia */ > -struct atmel_nand_data { > - int enable_pin; /* chip enable */ > - int det_pin; /* card detect */ > - int rdy_pin; /* ready/busy */ > - u8 rdy_pin_active_low; /* rdy_pin value is inverted */ > - u8 ale; /* address line number connected to ALE */ > - u8 cle; /* address line number connected to CLE */ > - u8 bus_width_16; /* buswidth is 16 bit */ > - u8 ecc_mode; /* ecc mode */ > - u8 on_flash_bbt; /* bbt on flash */ > - struct mtd_partition *parts; > - unsigned int num_parts; > - bool has_dma; /* support dma transfer */ > - > - /* default is false, only for at32ap7000 chip is true */ > - bool need_reset_workaround; > -}; > - > /* Serial */ > struct atmel_uart_data { > int num; /* port num */