* [PATCH] nand/s3c2410.c: fix header file include path
@ 2007-08-14 18:11 Conke Hu
2007-08-16 17:07 ` Ben Dooks
0 siblings, 1 reply; 2+ messages in thread
From: Conke Hu @ 2007-08-14 18:11 UTC (permalink / raw)
To: Linux Kernel Mailing List, ben-linux
regs-nand.h and nand.h for s3c nand driver have been moved to plat-s3c/ dir.
Signed-off-by: conke.hu@gmail.com
-------------------
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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-16 17:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-14 18:11 [PATCH] nand/s3c2410.c: fix header file include path Conke Hu
2007-08-16 17:07 ` Ben Dooks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox