summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2009-11-04 16:07:59 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2009-11-06 17:20:14 +0900
commitf9000d975b5f2550defd5fe5b57392a72fc77201 (patch)
tree4af76cd78a3532ee1481fb5f45ae158fce2f8087 /drivers/mtd/nand
parent17ab301c93e8e485068966fb0171d3a6af8c0692 (diff)
downloadu-boot-imx-f9000d975b5f2550defd5fe5b57392a72fc77201.zip
u-boot-imx-f9000d975b5f2550defd5fe5b57392a72fc77201.tar.gz
u-boot-imx-f9000d975b5f2550defd5fe5b57392a72fc77201.tar.bz2
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
This patch moves the s3c64xx header files from include/ to include/asm-arm/arch-s3c64xx Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r--drivers/mtd/nand/s3c64xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/s3c64xx.c b/drivers/mtd/nand/s3c64xx.c
index edaf55a..084e475 100644
--- a/drivers/mtd/nand/s3c64xx.c
+++ b/drivers/mtd/nand/s3c64xx.c
@@ -28,7 +28,7 @@
#include <common.h>
#include <nand.h>
-#include <s3c6400.h>
+#include <asm/arch/s3c6400.h>
#include <asm/io.h>
#include <asm/errno.h>