diff options
Diffstat (limited to 'kernel/sched/cputime.c')
-rw-r--r-- | kernel/sched/cputime.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/kernel/sched/cputime.c b/kernel/sched/cputime.c index d3b450b57ade..0796f938c4f0 100644 --- a/kernel/sched/cputime.c +++ b/kernel/sched/cputime.c | |||
@@ -1,10 +1,6 @@ | |||
1 | #include <linux/export.h> | 1 | /* |
2 | #include <linux/sched.h> | 2 | * Simple CPU accounting cgroup controller |
3 | #include <linux/tsacct_kern.h> | 3 | */ |
4 | #include <linux/kernel_stat.h> | ||
5 | #include <linux/static_key.h> | ||
6 | #include <linux/context_tracking.h> | ||
7 | #include <linux/sched/cputime.h> | ||
8 | #include "sched.h" | 4 | #include "sched.h" |
9 | 5 | ||
10 | #ifdef CONFIG_IRQ_TIME_ACCOUNTING | 6 | #ifdef CONFIG_IRQ_TIME_ACCOUNTING |