summaryrefslogtreecommitdiff
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-03-31 17:17:06 -0400
committerTom Rini <trini@konsulko.com>2015-03-31 17:17:06 -0400
commit482cbd553daf3d9cd21e564702bac84a6bd43f2f (patch)
treeba0c09e8301e7fae94072408e4d6f4254b2d238f /include/linux/mtd/nand.h
parent9da7e3daf31d7c0c8478a57544bfdd6245e53ff3 (diff)
parent55765b1842e7dcf22efa8d973c7d1b7498dd99fa (diff)
downloadu-boot-imx-482cbd553daf3d9cd21e564702bac84a6bd43f2f.zip
u-boot-imx-482cbd553daf3d9cd21e564702bac84a6bd43f2f.tar.gz
u-boot-imx-482cbd553daf3d9cd21e564702bac84a6bd43f2f.tar.bz2
Merge git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 8438490..bc927ec 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -678,11 +678,6 @@ struct nand_chip {
void (*write_byte)(struct mtd_info *mtd, uint8_t byte);
void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len);
void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len);
-#ifdef __UBOOT__
-#if defined(CONFIG_MTD_NAND_VERIFY_WRITE)
- int (*verify_buf)(struct mtd_info *mtd, const uint8_t *buf, int len);
-#endif
-#endif
void (*select_chip)(struct mtd_info *mtd, int chip);
int (*block_bad)(struct mtd_info *mtd, loff_t ofs, int getchip);
int (*block_markbad)(struct mtd_info *mtd, loff_t ofs);