mmc: use assigned major for block device
The MMC block devices now have an assigned major. Make sure we actually use it. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
parent
6ba736a10e
commit
fe6b4c8840
2 changed files with 6 additions and 13 deletions
|
|
@ -152,6 +152,8 @@
|
|||
#define USB_ACM_AUX_MAJOR 167
|
||||
#define USB_CHAR_MAJOR 180
|
||||
|
||||
#define MMC_BLOCK_MAJOR 179
|
||||
|
||||
#define VXVM_MAJOR 199 /* VERITAS volume i/o driver */
|
||||
#define VXSPEC_MAJOR 200 /* VERITAS volume config driver */
|
||||
#define VXDMP_MAJOR 201 /* VERITAS volume multipath driver */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue