]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/proc_misc.c
proc: move /proc/kmsg creation to fs/proc/kmsg.c
[linux-2.6-omap-h63xx.git] / fs / proc / proc_misc.c
index e177f42496c43a30198486f9fc89c3ce46b3a73e..fcac25edaef7c753cef49e8b11fad8720ae53348 100644 (file)
@@ -605,9 +605,6 @@ void __init proc_misc_init(void)
        proc_symlink("mounts", NULL, "self/mounts");
 
        /* And now for trickier ones */
-#ifdef CONFIG_PRINTK
-       proc_create("kmsg", S_IRUSR, NULL, &proc_kmsg_operations);
-#endif
 #ifdef CONFIG_FILE_LOCKING
        proc_create("locks", 0, NULL, &proc_locks_operations);
 #endif