[MTD] [NAND] s3c2410: fix arch moves

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Sep 25 11:59:01 EDT 2007


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=b7a701851842e6a3d33ac1b0f80379664c633d49
Commit:     b7a701851842e6a3d33ac1b0f80379664c633d49
Parent:     0bac5111cc00b70460dd8ba8340522e1f0d79f05
Author:     Ben Dooks <ben-linux at fluff.org>
AuthorDate: Tue Jul 24 13:37:27 2007 +0100
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Sep 25 16:44:24 2007 +0100

    [MTD] [NAND] s3c2410: fix arch moves
    
    Fixup the includes which have been moved around
    when changing the s3c24xx arch support.
    
    Signed-off-by: Ben Dooks <ben-linux at fluff.org>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/mtd/nand/s3c2410.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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;



More information about the linux-mtd-cvs mailing list