Skip to content

Commit

Permalink
[MTD] Use correct major number for INFTL
Browse files Browse the repository at this point in the history
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.html

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Sean Young authored and Thomas Gleixner committed Jun 29, 2005
1 parent be76c5f commit bfabb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mtd/inftl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* (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__
Expand All @@ -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

Expand Down

0 comments on commit bfabb98

Please sign in to comment.