summaryrefslogtreecommitdiff
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 4425187213..678bef736a 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -114,8 +114,6 @@ struct nand_chip {
unsigned long mfr; /* Flash IDs - only one type of flash per device */
unsigned long id;
char* name;
- struct NFTLrecord nftl;
- int nftl_found;
int numchips;
char page256;
char pageadrlen;
@@ -195,4 +193,6 @@ struct nand_flash_dev {
#define NAND_JFFS2_OOB8_FSDALEN 2
#define NAND_JFFS2_OOB16_FSDALEN 8
+void nand_probe(unsigned long physadr);
+
#endif /* __LINUX_MTD_NAND_H */