aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-10-06 13:22:26 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-10-06 13:22:26 -0400
commit39fd179a7bfca026a269724a1f4ee5eb3f10419a (patch)
tree17c346d32a831fe641bb88c92707c2471650e135 /drivers/mtd
parent[MTD] [OneNAND] fix numerous races (diff)
parent[MTD] [NAND] s3c2410: fix arch moves (diff)
downloadlinux-dev-39fd179a7bfca026a269724a1f4ee5eb3f10419a.tar.xz
linux-dev-39fd179a7bfca026a269724a1f4ee5eb3f10419a.zip
Merge branch 'master' of ssh://git.infradead.org/srv/git/mtd-2.6
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/s3c2410.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 5fac4c421a20..b79a9cf2d162 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;