From: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> CC: Christoph Hellwig <[EMAIL PROTECTED]>
Remove ROOT_DEV after unexporting it in the previous patch, as requested time ago by Christoph Hellwig. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- linux-2.6.git-broken-paolo/init/do_mounts.c | 2 -- 1 files changed, 2 deletions(-) diff -puN init/do_mounts.c~remove-export-root_dev init/do_mounts.c --- linux-2.6.git-broken/init/do_mounts.c~remove-export-root_dev 2005-07-13 19:59:50.000000000 +0200 +++ linux-2.6.git-broken-paolo/init/do_mounts.c 2005-07-13 19:59:50.000000000 +0200 @@ -25,8 +25,6 @@ static char __initdata saved_root_name[6 /* this is initialized in init/main.c */ dev_t ROOT_DEV; -EXPORT_SYMBOL(ROOT_DEV); - static int __init load_ramdisk(char *str) { rd_doload = simple_strtol(str,NULL,0) & 3; _ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/