Skip to content

Commit

Permalink
[MTD] increase MAX_MTD_DEVICES
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
  • Loading branch information
Artem Bityutskiy committed Nov 29, 2006
1 parent ce10604 commit c0fe10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mtd/mtd.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#define MTD_CHAR_MAJOR 90
#define MTD_BLOCK_MAJOR 31
#define MAX_MTD_DEVICES 16
#define MAX_MTD_DEVICES 32

#define MTD_ERASE_PENDING 0x01
#define MTD_ERASING 0x02
Expand Down

0 comments on commit c0fe10a

Please sign in to comment.