diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 8438490fe42..bc927ecc599 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); | 
