diff options
Diffstat (limited to 'fs/proc/stat.c')
-rw-r--r-- | fs/proc/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/stat.c b/fs/proc/stat.c index 1cf86c0e8689..6f599c62f0cc 100644 --- a/fs/proc/stat.c +++ b/fs/proc/stat.c | |||
@@ -221,4 +221,4 @@ static int __init proc_stat_init(void) | |||
221 | proc_create("stat", 0, NULL, &proc_stat_operations); | 221 | proc_create("stat", 0, NULL, &proc_stat_operations); |
222 | return 0; | 222 | return 0; |
223 | } | 223 | } |
224 | module_init(proc_stat_init); | 224 | fs_initcall(proc_stat_init); |