WS cleanup: remove SPACE(s) followed by TAB
[platform/kernel/u-boot.git] / arch / arm / include / asm / ti-common / davinci_nand.h
index f343ac2..ffaac68 100644 (file)
@@ -9,12 +9,12 @@
 #ifndef _DAVINCI_NAND_H_
 #define _DAVINCI_NAND_H_
 
-#include <linux/mtd/nand.h>
+#include <linux/mtd/rawnand.h>
 #include <asm/arch/hardware.h>
 
-#define NAND_READ_START        0x00
-#define NAND_READ_END          0x30
-#define NAND_STATUS            0x70
+#define NAND_READ_START                0x00
+#define NAND_READ_END          0x30
+#define NAND_STATUS            0x70
 
 #define MASK_CLE               0x10
 #define MASK_ALE               0x08
@@ -95,6 +95,4 @@ struct davinci_emif_regs {
 #define DAVINCI_ABCR_ASIZE_16BIT                       1
 #define DAVINCI_ABCR_ASIZE_8BIT                                0
 
-void davinci_nand_init(struct nand_chip *nand);
-
 #endif