Commit 4854b75c authored by David Woodhouse's avatar David Woodhouse

[MTD] Remove references to ROOT_DEV from map drivers.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent e716dd36
...@@ -421,10 +421,6 @@ int __init nettel_init(void) ...@@ -421,10 +421,6 @@ int __init nettel_init(void)
intel_mtd->owner = THIS_MODULE; intel_mtd->owner = THIS_MODULE;
#ifndef CONFIG_BLK_DEV_INITRD
ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, 1);
#endif
num_intel_partitions = sizeof(nettel_intel_partitions) / num_intel_partitions = sizeof(nettel_intel_partitions) /
sizeof(nettel_intel_partitions[0]); sizeof(nettel_intel_partitions[0]);
......
...@@ -79,7 +79,6 @@ static int __init init_rrmap(void) ...@@ -79,7 +79,6 @@ static int __init init_rrmap(void)
rr_mtd->owner = THIS_MODULE; rr_mtd->owner = THIS_MODULE;
add_mtd_device(rr_mtd); add_mtd_device(rr_mtd);
ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, rr_mtd->index);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment