summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx/imx-nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-imx/imx-nand.h')
-rw-r--r--include/asm-arm/arch-imx/imx-nand.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-arm/arch-imx/imx-nand.h b/include/asm-arm/arch-imx/imx-nand.h
deleted file mode 100644
index 3fdd8bf342..0000000000
--- a/include/asm-arm/arch-imx/imx-nand.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASM_ARCH_NAND_H
-#define __ASM_ARCH_NAND_H
-
-#include <linux/mtd/mtd.h>
-
-void imx_nand_load_image(void *dest, int size);
-
-struct imx_nand_platform_data {
- int width;
- int hw_ecc:1;
- int flash_bbt:1;
-};
-#endif /* __ASM_ARCH_NAND_H */
-