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>
This commit is contained in:
committed by
Artem Bityutskiy
parent
41863f730f
commit
fc05d5a30d
@@ -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 */
|
||||
Reference in New Issue
Block a user