Sfoglia il codice sorgente

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

David Woodhouse 17 anni fa
parent
commit
39fd179a7b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;