Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=33672f72b24191fb17c3666ec1c620f3fa617b50
Commit:     33672f72b24191fb17c3666ec1c620f3fa617b50
Parent:     b7aa48be1e7a11e36448a7db58931bbf735d2718
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 22:51:53 2007 -0700
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Fri May 11 11:48:15 2007 +0100

    [MTD] [MAPS] don't force uclinux mtd map to be root dev
    
    The cheesy uclinux mtd maps can be used for more than just the root device, 
so
    I think we should drop the forcing.
    
    Also, I feel like this is a policy decision that shouldnt be in the kernel 
in
    the first place.  People who have been lazy and boot with uclinux mtd maps 
and
    dont put root= into their commandline can simply add the appropriate root=
    line either into their bootloader or into the compiled in bootargs.
    
    Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
    Acked-by: Christoph Hellwig <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 drivers/mtd/maps/uclinux.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/mtd/maps/uclinux.c b/drivers/mtd/maps/uclinux.c
index 389fea2..14ffb1a 100644
--- a/drivers/mtd/maps/uclinux.c
+++ b/drivers/mtd/maps/uclinux.c
@@ -16,7 +16,6 @@
 #include <linux/kernel.h>
 #include <linux/fs.h>
 #include <linux/major.h>
-#include <linux/root_dev.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/map.h>
 #include <linux/mtd/partitions.h>
@@ -89,10 +88,6 @@ int __init uclinux_mtd_init(void)
        uclinux_ram_mtdinfo = mtd;
        add_mtd_partitions(mtd, uclinux_romfs, NUM_PARTITIONS);
 
-       printk("uclinux[mtd]: set %s to be root filesystem\n",
-               uclinux_romfs[0].name);
-       ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, 0);
-
        return(0);
 }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to