From 4854b75c7795604ea6a0b6b7f549f145813343d0 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 28 Jun 2007 20:13:27 +0100 Subject: [MTD] Remove references to ROOT_DEV from map drivers. Signed-off-by: David Woodhouse --- drivers/mtd/maps/nettel.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/mtd/maps/nettel.c') 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]); -- cgit