Remove unused MTD types
Three types are never set or checked for. Remove. Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
a6c591eda3
commit
cd2866faaa
1 changed files with 0 additions and 3 deletions
|
@ -28,10 +28,7 @@ struct mtd_oob_buf {
|
|||
#define MTD_ROM 2
|
||||
#define MTD_NORFLASH 3
|
||||
#define MTD_NANDFLASH 4
|
||||
#define MTD_PEROM 5
|
||||
#define MTD_DATAFLASH 6
|
||||
#define MTD_OTHER 14
|
||||
#define MTD_UNKNOWN 15
|
||||
|
||||
#define MTD_CLEAR_BITS 1 // Bits can be cleared (flash)
|
||||
#define MTD_SET_BITS 2 // Bits can be set
|
||||
|
|
Loading…
Reference in a new issue