aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/mtd-nomadik-nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/mtd-nomadik-nand.h')
-rw-r--r--include/linux/platform_data/mtd-nomadik-nand.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/linux/platform_data/mtd-nomadik-nand.h b/include/linux/platform_data/mtd-nomadik-nand.h
deleted file mode 100644
index c3c8254c22a..00000000000
--- a/include/linux/platform_data/mtd-nomadik-nand.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __ASM_ARCH_NAND_H
-#define __ASM_ARCH_NAND_H
-
-struct nomadik_nand_platform_data {
- struct mtd_partition *parts;
- int nparts;
- int options;
- int (*init) (void);
- int (*exit) (void);
-};
-
-#define NAND_IO_DATA 0x40000000
-#define NAND_IO_CMD 0x40800000
-#define NAND_IO_ADDR 0x41000000
-
-#endif /* __ASM_ARCH_NAND_H */