From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 13 Jun 2017 15:14:55 +0200 From: Boris Brezillon To: Alexandre Belloni Cc: Nicolas Ferre , Wenyou Yang , Richard Weinberger , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: nand: atmel_nand: drop unused include Message-ID: <20170613151455.1b458499@bbrezillon> In-Reply-To: <20170613125842.16422-1-alexandre.belloni@free-electrons.com> References: <20170613125842.16422-1-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 13 Jun 2017 14:58:42 +0200 Alexandre Belloni wrote: > The Atmel NAND driver doesn't used anything from > linux/platform_data/atmel.h, stop including it. > Applied. Thanks, Boris > Signed-off-by: Alexandre Belloni > --- > drivers/mtd/nand/atmel/nand-controller.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mtd/nand/atmel/nand-controller.c b/drivers/mtd/nand/atmel/nand-controller.c > index 3b2446896147..6bd61acfc2c8 100644 > --- a/drivers/mtd/nand/atmel/nand-controller.c > +++ b/drivers/mtd/nand/atmel/nand-controller.c > @@ -64,7 +64,6 @@ > #include > #include > #include > -#include > #include > > #include "pmecc.h"