Browse Source

[MTD] increase MAX_MTD_DEVICES

Signed-off-by: Artem Bityutskiy <dedekind@infradead.org>
Artem Bityutskiy 18 years ago
parent
commit
c0fe10aef3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/mtd/mtd.h

+ 1 - 1
include/linux/mtd/mtd.h

@@ -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