diff options
Diffstat (limited to 'kernel/sched/clock.c')
-rw-r--r-- | kernel/sched/clock.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/kernel/sched/clock.c b/kernel/sched/clock.c index 7da6bec8a2ff..10c83e73837a 100644 --- a/kernel/sched/clock.c +++ b/kernel/sched/clock.c | |||
@@ -52,19 +52,7 @@ | |||
52 | * that is otherwise invisible (TSC gets stopped). | 52 | * that is otherwise invisible (TSC gets stopped). |
53 | * | 53 | * |
54 | */ | 54 | */ |
55 | #include <linux/spinlock.h> | 55 | #include "sched.h" |
56 | #include <linux/hardirq.h> | ||
57 | #include <linux/export.h> | ||
58 | #include <linux/percpu.h> | ||
59 | #include <linux/ktime.h> | ||
60 | #include <linux/sched.h> | ||
61 | #include <linux/nmi.h> | ||
62 | #include <linux/sched/clock.h> | ||
63 | #include <linux/static_key.h> | ||
64 | #include <linux/workqueue.h> | ||
65 | #include <linux/compiler.h> | ||
66 | #include <linux/tick.h> | ||
67 | #include <linux/init.h> | ||
68 | 56 | ||
69 | /* | 57 | /* |
70 | * Scheduler clock - returns current time in nanosec units. | 58 | * Scheduler clock - returns current time in nanosec units. |