proc: remove proc_root from drivers
[deliverable/linux.git] / fs / proc / proc_misc.c
index c4137bb94a9ec5bbe3a18822fb920bd27ebbebff..48bcf20cec2f815c6f6c8763cdb2937a8576d796 100644 (file)
@@ -854,7 +854,7 @@ void __init proc_misc_init(void)
 
        /* And now for trickier ones */
 #ifdef CONFIG_PRINTK
-       proc_create("kmsg", S_IRUSR, &proc_root, &proc_kmsg_operations);
+       proc_create("kmsg", S_IRUSR, NULL, &proc_kmsg_operations);
 #endif
        proc_create("locks", 0, NULL, &proc_locks_operations);
        proc_create("devices", 0, NULL, &proc_devinfo_operations);
This page took 0.02834 seconds and 5 git commands to generate.