diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mtd/mtd.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 16556c479..f1cdf23aa 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -208,10 +208,6 @@ struct mtd_info {  	int (*lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len);  	int (*unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); -	/* Power Management functions */ -	int (*suspend) (struct mtd_info *mtd); -	void (*resume) (struct mtd_info *mtd); -  	/* Bad block management functions */  	int (*block_isbad) (struct mtd_info *mtd, loff_t ofs);  	int (*block_markbad) (struct mtd_info *mtd, loff_t ofs); |