summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/nettel.c
diff options
context:
space:
mode:
authorDavid Woodhouse2007-06-28 21:13:27 +0200
committerDavid Woodhouse2007-06-28 21:13:27 +0200
commit4854b75c7795604ea6a0b6b7f549f145813343d0 (patch)
tree69559ae50fd4c82579ba9e8e1508507ff4c2b555 /drivers/mtd/maps/nettel.c
parent[JFFS2] Fix suspend failure with JFFS2 GC thread. (diff)
downloadkernel-qcow2-linux-4854b75c7795604ea6a0b6b7f549f145813343d0.tar.gz
kernel-qcow2-linux-4854b75c7795604ea6a0b6b7f549f145813343d0.tar.xz
kernel-qcow2-linux-4854b75c7795604ea6a0b6b7f549f145813343d0.zip
[MTD] Remove references to ROOT_DEV from map drivers.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/nettel.c')
-rw-r--r--drivers/mtd/maps/nettel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mtd/maps/nettel.c b/drivers/mtd/maps/nettel.c
index 7b96cd02f82b..88525622e967 100644
--- a/drivers/mtd/maps/nettel.c
+++ b/drivers/mtd/maps/nettel.c
@@ -421,10 +421,6 @@ int __init nettel_init(void)
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) /
sizeof(nettel_intel_partitions[0]);