diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mtd/mtd-abi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h index d30990e1858b..1885aa98b311 100644 --- a/include/mtd/mtd-abi.h +++ b/include/mtd/mtd-abi.h | |||
@@ -200,10 +200,10 @@ struct mtd_ecc_stats { | |||
200 | * Read/write file modes for access to MTD | 200 | * Read/write file modes for access to MTD |
201 | */ | 201 | */ |
202 | enum mtd_file_modes { | 202 | enum mtd_file_modes { |
203 | MTD_MODE_NORMAL = MTD_OTP_OFF, | 203 | MTD_FILE_MODE_NORMAL = MTD_OTP_OFF, |
204 | MTD_MODE_OTP_FACTORY = MTD_OTP_FACTORY, | 204 | MTD_FILE_MODE_OTP_FACTORY = MTD_OTP_FACTORY, |
205 | MTD_MODE_OTP_USER = MTD_OTP_USER, | 205 | MTD_FILE_MODE_OTP_USER = MTD_OTP_USER, |
206 | MTD_MODE_RAW, | 206 | MTD_FILE_MODE_RAW, |
207 | }; | 207 | }; |
208 | 208 | ||
209 | #endif /* __MTD_ABI_H__ */ | 209 | #endif /* __MTD_ABI_H__ */ |