Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[firefly-linux-kernel-4.4.55.git] / fs / proc / kmsg.c
index bdfabdaefdceab967df948cd3509a39990d3fe8b..05f8dcdb086e4a2fd44e7077fbc6f98b8d9608a2 100644 (file)
@@ -61,4 +61,4 @@ static int __init proc_kmsg_init(void)
        proc_create("kmsg", S_IRUSR, NULL, &proc_kmsg_operations);
        return 0;
 }
-module_init(proc_kmsg_init);
+fs_initcall(proc_kmsg_init);