Skip to content

Commit

Permalink
Remove unused MTD types
Browse files Browse the repository at this point in the history
Three types are never set or checked for.  Remove.

Signed-off-by: Jörn Engel <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
  • Loading branch information
Jörn Engel authored and dwmw2 committed Apr 17, 2006
1 parent a6c591e commit cd2866f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/mtd/mtd-abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd2866f

Please sign in to comment.