aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r--fs/proc/proc_misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c
index e177f42496c4..fcac25edaef7 100644
--- a/fs/proc/proc_misc.c
+++ b/fs/proc/proc_misc.c
@@ -605,9 +605,6 @@ void __init proc_misc_init(void)
605 proc_symlink("mounts", NULL, "self/mounts"); 605 proc_symlink("mounts", NULL, "self/mounts");
606 606
607 /* And now for trickier ones */ 607 /* And now for trickier ones */
608#ifdef CONFIG_PRINTK
609 proc_create("kmsg", S_IRUSR, NULL, &proc_kmsg_operations);
610#endif
611#ifdef CONFIG_FILE_LOCKING 608#ifdef CONFIG_FILE_LOCKING
612 proc_create("locks", 0, NULL, &proc_locks_operations); 609 proc_create("locks", 0, NULL, &proc_locks_operations);
613#endif 610#endif