[MTD] increase MAX_MTD_DEVICES

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed Nov 29 11:59:02 EST 2006


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c0fe10aef354912c38c43991dd38c16f1828cfe3
Commit:     c0fe10aef354912c38c43991dd38c16f1828cfe3
Parent:     ce1060494a205d528aa72fea23bdae607396e621
Author:     Artem Bityutskiy <dedekind at infradead.org>
AuthorDate: Mon Nov 13 13:47:43 2006 +0200
Committer:  Artem Bityutskiy <dedekind at infradead.org>
CommitDate: Wed Nov 29 16:57:34 2006 +0200

    [MTD] increase MAX_MTD_DEVICES
    
    Signed-off-by: Artem Bityutskiy <dedekind at infradead.org>
---
 include/linux/mtd/mtd.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index 4fc391e..e34bbc9 100644
--- a/include/linux/mtd/mtd.h
+++ b/include/linux/mtd/mtd.h
@@ -23,7 +23,7 @@ #include <mtd/mtd-abi.h>
 
 #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



More information about the linux-mtd-cvs mailing list