]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/s3c2410_nand.c
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
[karo-tx-uboot.git] / drivers / mtd / nand / s3c2410_nand.c
index 815c78eb6c4b5ba78fd7f48e8d94c04c1bf41d87..2f89b8c967e8e261d7fe7c4a3e70b7de876e2069 100644 (file)
@@ -21,7 +21,7 @@
 #include <common.h>
 
 #include <nand.h>
-#include <s3c2410.h>
+#include <asm/arch/s3c2410.h>
 #include <asm/io.h>
 
 #define S3C2410_NFCONF_EN          (1<<15)