提交 bfabb986 编写于 作者: S Sean Young 提交者: Thomas Gleixner

[MTD] Use correct major number for INFTL

inftl was assigned new major number 96, 94 is in use by dasd. See:
http://www.ussg.iu.edu/hypermail/linux/kernel/0409.2/1220.htmlSigned-off-by: NSean Young <sean@mess.org>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 be76c5fb
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com) * (C) Copyright 2002, Greg Ungerer (gerg@snapgear.com)
* *
* $Id: inftl.h,v 1.6 2004/06/30 14:49:00 dbrown Exp $ * $Id: inftl.h,v 1.7 2005/06/13 13:08:45 sean Exp $
*/ */
#ifndef __MTD_INFTL_H__ #ifndef __MTD_INFTL_H__
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <mtd/inftl-user.h> #include <mtd/inftl-user.h>
#ifndef INFTL_MAJOR #ifndef INFTL_MAJOR
#define INFTL_MAJOR 94 #define INFTL_MAJOR 96
#endif #endif
#define INFTL_PARTN_BITS 4 #define INFTL_PARTN_BITS 4
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册