From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Hunter Subject: Re: Please fix or remove OMAP2 onenand driver Date: Mon, 24 Nov 2008 14:44:36 +0200 Message-ID: <492AA1B4.9030803@nokia.com> References: <20081123165011.GB17438@flint.arm.linux.org.uk> <492A91E1.50305@nokia.com> <20081124120153.GA5330@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.nokia.com ([192.100.105.134]:42750 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752239AbYKXMft (ORCPT ); Mon, 24 Nov 2008 07:35:49 -0500 In-Reply-To: <20081124120153.GA5330@flint.arm.linux.org.uk> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: ext Russell King - ARM Linux Cc: linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org, dwmw2@infradead.org ext Russell King - ARM Linux wrote: > On Mon, Nov 24, 2008 at 01:37:05PM +0200, Adrian Hunter wrote: >> From: Adrian Hunter >> Date: Mon, 24 Nov 2008 13:34:53 +0200 >> Subject: [PATCH] MTD: OMAP: OneNAND: header file relocation >> >> Signed-off-by: Adrian Hunter > > Thanks. Only two comments (see below). > >> --- >> drivers/mtd/onenand/omap2.c | 12 ++++++------ >> 1 files changed, 6 insertions(+), 6 deletions(-) >> >> diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c >> index e39b21d..28034ef 100644 >> --- a/drivers/mtd/onenand/omap2.c >> +++ b/drivers/mtd/onenand/omap2.c >> @@ -35,16 +35,16 @@ >> >> #include > > Should be linux/io.h and should be with the other linux/ includes. > >> #include >> -#include >> -#include >> -#include >> -#include >> +#include >> +#include >> +#include >> +#include >> >> #include >> #include > > asm/dma-mapping.h should not be included - only linux/dma-mapping.h, and > that should be up with the other linux/ includes. > >> -#include >> +#include >> >> -#include >> +#include >> >> #define DRIVER_NAME "omap2-onenand" >> >> -- >> 1.5.4.3 > From: Adrian Hunter Date: Mon, 24 Nov 2008 13:34:53 +0200 Subject: [PATCH] MTD: OMAP: OneNAND: header file relocation Signed-off-by: Adrian Hunter --- drivers/mtd/onenand/omap2.c | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/mtd/onenand/omap2.c b/drivers/mtd/onenand/omap2.c index e39b21d..a7e4d98 100644 --- a/drivers/mtd/onenand/omap2.c +++ b/drivers/mtd/onenand/omap2.c @@ -32,19 +32,18 @@ #include #include #include +#include +#include -#include #include -#include -#include -#include -#include +#include +#include +#include +#include -#include -#include -#include +#include -#include +#include #define DRIVER_NAME "omap2-onenand" -- 1.5.4.3