]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/proc_misc.c
proc: move /proc/vmcore creation to fs/proc/vmcore.c
[linux-2.6-omap-h63xx.git] / fs / proc / proc_misc.c
index 2ef9ef9bc8c1653e4bda0fc36fbe13fd65c121c2..e2db35006c05c2457f8fa779bb45acbcf6ac78fb 100644 (file)
@@ -62,7 +62,4 @@ void __init proc_misc_init(void)
        proc_symlink("mounts", NULL, "self/mounts");
 
        /* And now for trickier ones */
-#ifdef CONFIG_PROC_VMCORE
-       proc_vmcore = proc_create("vmcore", S_IRUSR, NULL, &proc_vmcore_operations);
-#endif
 }