浏览代码

Merge branch 'master' of ssh://git.infradead.org/srv/git/mtd-2.6

David Woodhouse 17 年之前
父节点
当前提交
39fd179a7b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/mtd/nand/s3c2410.c

+ 2 - 2
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;