diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched/cputime.c | 4 | ||||
-rw-r--r-- | kernel/sched/sched.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kernel/sched/cputime.c b/kernel/sched/cputime.c index 2ecec3a4f1ee..54031fa681e2 100644 --- a/kernel/sched/cputime.c +++ b/kernel/sched/cputime.c | |||
@@ -6,10 +6,6 @@ | |||
6 | #include <linux/context_tracking.h> | 6 | #include <linux/context_tracking.h> |
7 | #include <linux/cputime.h> | 7 | #include <linux/cputime.h> |
8 | #include "sched.h" | 8 | #include "sched.h" |
9 | #ifdef CONFIG_PARAVIRT | ||
10 | #include <asm/paravirt.h> | ||
11 | #endif | ||
12 | |||
13 | 9 | ||
14 | #ifdef CONFIG_IRQ_TIME_ACCOUNTING | 10 | #ifdef CONFIG_IRQ_TIME_ACCOUNTING |
15 | 11 | ||
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 7e8ce0347fbf..04f376cf7ba9 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -20,6 +20,10 @@ | |||
20 | #include <linux/tick.h> | 20 | #include <linux/tick.h> |
21 | #include <linux/slab.h> | 21 | #include <linux/slab.h> |
22 | 22 | ||
23 | #ifdef CONFIG_PARAVIRT | ||
24 | #include <asm/paravirt.h> | ||
25 | #endif | ||
26 | |||
23 | #include "cpupri.h" | 27 | #include "cpupri.h" |
24 | #include "cpudeadline.h" | 28 | #include "cpudeadline.h" |
25 | #include "cpuacct.h" | 29 | #include "cpuacct.h" |