projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bac511
)
[MTD] [NAND] s3c2410: fix arch moves
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 24 Jul 2007 12:37:27 +0000
(13:37 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 25 Sep 2007 15:44:24 +0000
(16:44 +0100)
Fixup the includes which have been moved around
when changing the s3c24xx arch support.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/nand/s3c2410.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/s3c2410.c
b/drivers/mtd/nand/s3c2410.c
index 5fac4c421a20be16cad4397a08d3f0e48a84ce91..b79a9cf2d162bfe775e02262de401a9429a786ce 100644
(file)
--- 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;