[PATCH] [NAND] s3c2410: fix arch moves

Ben Dooks ben-linux at fluff.org
Tue Jul 24 08:37:27 EDT 2007


Fixup the includes which have been moved around
when changing the s3c24xx arch support.

Signed-off-by: Ben Dooks <ben-linux at fluff.org>

diff -urpN -X linux-2.6.22-git16-moves1/Documentation/dontdiff linux-2.6.22-git16-moves1/drivers/mtd/nand/s3c2410.c linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/mtd/nand/s3c2410.c
--- linux-2.6.22-git16-moves1/drivers/mtd/nand/s3c2410.c	2007-07-09 23:36:21.000000000 +0100
+++ linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/mtd/nand/s3c2410.c	2007-07-22 13:49:00.000000000 +0100
@@ -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 mailing list