diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-10-04 09:28:49 +0200 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-15 15:37:47 +0200 |
commit | fc05d5a30dc19dd4c6d161e551719a8c597c7890 (patch) | |
tree | 304f1b275c3a2c4ba4b67bcac484b45545997036 /include | |
parent | 41863f730ff8aad86c038aabee1292d1b04c8876 (diff) | |
download | linux-fc05d5a30dc19dd4c6d161e551719a8c597c7890.tar.gz linux-fc05d5a30dc19dd4c6d161e551719a8c597c7890.tar.bz2 linux-fc05d5a30dc19dd4c6d161e551719a8c597c7890.zip |
mtd: delete nomadik_nand driver
The nomadik_nand driver is really just a subset of the FSMC
NAND driver, and there are no users anymore so let's delete
it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/mtd-nomadik-nand.h | 16 |
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 c3c8254c22a5..000000000000 --- 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 */ |