diff options
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/mtd.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index e75bb584e80b..9536567d041b 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
| @@ -56,17 +56,6 @@ struct mtd_erase_region_info { | |||
| 56 | u_int32_t numblocks; /* Number of blocks of erasesize in this region */ | 56 | u_int32_t numblocks; /* Number of blocks of erasesize in this region */ |
| 57 | }; | 57 | }; |
| 58 | 58 | ||
| 59 | /** | ||
| 60 | * struct mtd_ecc_stats - error correction status | ||
| 61 | * | ||
| 62 | * @corrected: number of corrected bits | ||
| 63 | * @failed: number of uncorrectable errors | ||
| 64 | */ | ||
| 65 | struct mtd_ecc_stats { | ||
| 66 | unsigned long corrected; | ||
| 67 | unsigned long failed; | ||
| 68 | }; | ||
| 69 | |||
| 70 | /* | 59 | /* |
| 71 | * oob operation modes | 60 | * oob operation modes |
| 72 | * | 61 | * |
