Skip to content

Commit

Permalink
[MTD] RFD_FTL: Use lanana assigned major device number
Browse files Browse the repository at this point in the history
A major block device number is now assigned by lanana.

Signed-off-by: Sean Young <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
  • Loading branch information
seanyoung authored and Thomas Gleixner committed Nov 29, 2005
1 parent 624f54b commit bc4117f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions drivers/mtd/rfd_ftl.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ MODULE_PARM_DESC(block_size, "Block size to use by RFD, defaults to erase unit s

#define PREFIX "rfd_ftl: "

/* Major device # for FTL device */

/* A request for this major has been sent to [email protected] */
/* This major has been assigned by [email protected] */
#ifndef RFD_FTL_MAJOR
#define RFD_FTL_MAJOR 95
#define RFD_FTL_MAJOR 256
#endif

/* Maximum number of partitions in an FTL region */
Expand Down

0 comments on commit bc4117f

Please sign in to comment.