2007-08-14 18:11:28

by Conke Hu

[permalink] [raw]
Subject: [PATCH] nand/s3c2410.c: fix header file include path

regs-nand.h and nand.h for s3c nand driver have been moved to plat-s3c/ dir.

Signed-off-by: [email protected]
-------------------
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 5fac4c4..b79a9cf 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -60,8 +60,8 @@

#include <asm/io.h>

-#include <asm/arch/regs-nand.h>
-#include <asm/arch/nand.h>
+#include <asm/plat-s3c/regs-nand.h>
+#include <asm/plat-s3c/nand.h>

#ifdef CONFIG_MTD_NAND_S3C2410_HWECC
static int hardware_ecc = 1;


2007-08-16 17:07:27

by Ben Dooks

[permalink] [raw]
Subject: Re: [PATCH] nand/s3c2410.c: fix header file include path

On Wed, Aug 15, 2007 at 02:11:17AM +0800, Conke Hu wrote:
> regs-nand.h and nand.h for s3c nand driver have been moved to plat-s3c/ dir.
>
> Signed-off-by: [email protected]

This patch is currently awaiting the MTD maintainer to push
to linus, which should hopefully be next week.

--
Ben ([email protected], http://www.fluff.org/)

'a smiley only costs 4 bytes'