From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <492A91E1.50305@nokia.com> Date: Mon, 24 Nov 2008 13:37:05 +0200 From: Adrian Hunter MIME-Version: 1.0 To: Russell King - ARM Linux Subject: Re: Please fix or remove OMAP2 onenand driver References: <20081123165011.GB17438@flint.arm.linux.org.uk> In-Reply-To: <20081123165011.GB17438@flint.arm.linux.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dwmw2@infradead.org, linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Russell King - ARM Linux wrote: > Clearly this driver has been put into mainline prematurely - it takes > no account of the relocation of headers. > > It's causing a regression - omap_2430sdp_defconfig used to build in > mainline, and it no longer does. > > Please fix, or remove this broken driver from mainline. 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 | 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 #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include -#include +#include -#include +#include #define DRIVER_NAME "omap2-onenand" -- 1.5.4.3