diff options
Diffstat (limited to 'kernel/sched/stats.c')
-rw-r--r-- | kernel/sched/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/stats.c b/kernel/sched/stats.c index da98af347e8b..a476bea17fbc 100644 --- a/kernel/sched/stats.c +++ b/kernel/sched/stats.c | |||
@@ -142,4 +142,4 @@ static int __init proc_schedstat_init(void) | |||
142 | proc_create("schedstat", 0, NULL, &proc_schedstat_operations); | 142 | proc_create("schedstat", 0, NULL, &proc_schedstat_operations); |
143 | return 0; | 143 | return 0; |
144 | } | 144 | } |
145 | module_init(proc_schedstat_init); | 145 | subsys_initcall(proc_schedstat_init); |