diff options
-rw-r--r-- | include/mtd/mtd-abi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h index cc7be33b4225..fa2524157846 100644 --- a/include/mtd/mtd-abi.h +++ b/include/mtd/mtd-abi.h | |||
@@ -28,10 +28,7 @@ struct mtd_oob_buf { | |||
28 | #define MTD_ROM 2 | 28 | #define MTD_ROM 2 |
29 | #define MTD_NORFLASH 3 | 29 | #define MTD_NORFLASH 3 |
30 | #define MTD_NANDFLASH 4 | 30 | #define MTD_NANDFLASH 4 |
31 | #define MTD_PEROM 5 | ||
32 | #define MTD_DATAFLASH 6 | 31 | #define MTD_DATAFLASH 6 |
33 | #define MTD_OTHER 14 | ||
34 | #define MTD_UNKNOWN 15 | ||
35 | 32 | ||
36 | #define MTD_CLEAR_BITS 1 // Bits can be cleared (flash) | 33 | #define MTD_CLEAR_BITS 1 // Bits can be cleared (flash) |
37 | #define MTD_SET_BITS 2 // Bits can be set | 34 | #define MTD_SET_BITS 2 // Bits can be set |