diff options
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r-- | fs/proc/proc_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index c4137bb94a9e..48bcf20cec2f 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
@@ -854,7 +854,7 @@ void __init proc_misc_init(void) | |||
854 | 854 | ||
855 | /* And now for trickier ones */ | 855 | /* And now for trickier ones */ |
856 | #ifdef CONFIG_PRINTK | 856 | #ifdef CONFIG_PRINTK |
857 | proc_create("kmsg", S_IRUSR, &proc_root, &proc_kmsg_operations); | 857 | proc_create("kmsg", S_IRUSR, NULL, &proc_kmsg_operations); |
858 | #endif | 858 | #endif |
859 | proc_create("locks", 0, NULL, &proc_locks_operations); | 859 | proc_create("locks", 0, NULL, &proc_locks_operations); |
860 | proc_create("devices", 0, NULL, &proc_devinfo_operations); | 860 | proc_create("devices", 0, NULL, &proc_devinfo_operations); |