inftl major number
Sean Young
sean at mess.org
Mon Jun 13 06:48:18 EDT 2005
According to Documentation/devices.txt and
http://www.lanana.org/docs/device-list/devices-2.6+.txt the major number
of the inftl is 96; however the driver uses 94. 94 is already in use by
another driver (IBM S/390 DASD block storage). Can this by applied?
Sean
diff -u -r1.6 inftl.h
--- include/linux/mtd/inftl.h 30 Jun 2004 14:49:00 -0000 1.6
+++ include/linux/mtd/inftl.h 13 Jun 2005 10:47:19 -0000
@@ -20,7 +20,7 @@
#include <mtd/inftl-user.h>
#ifndef INFTL_MAJOR
-#define INFTL_MAJOR 94
+#define INFTL_MAJOR 96
#endif
#define INFTL_PARTN_BITS 4
More information about the linux-mtd
mailing list