diff options
Diffstat (limited to 'fs/proc/uptime.c')
-rw-r--r-- | fs/proc/uptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/uptime.c b/fs/proc/uptime.c index 061894625903..7141b8d0ca9e 100644 --- a/fs/proc/uptime.c +++ b/fs/proc/uptime.c | |||
@@ -49,4 +49,4 @@ static int __init proc_uptime_init(void) | |||
49 | proc_create("uptime", 0, NULL, &uptime_proc_fops); | 49 | proc_create("uptime", 0, NULL, &uptime_proc_fops); |
50 | return 0; | 50 | return 0; |
51 | } | 51 | } |
52 | module_init(proc_uptime_init); | 52 | fs_initcall(proc_uptime_init); |