diff options
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r-- | kernel/sched/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index ad4f4fbd002e..2b7421db6c41 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/slab.h> | 10 | #include <linux/slab.h> |
11 | 11 | ||
12 | #include "cpupri.h" | 12 | #include "cpupri.h" |
13 | #include "cpudeadline.h" | ||
13 | #include "cpuacct.h" | 14 | #include "cpuacct.h" |
14 | 15 | ||
15 | struct rq; | 16 | struct rq; |
@@ -503,6 +504,7 @@ struct root_domain { | |||
503 | cpumask_var_t dlo_mask; | 504 | cpumask_var_t dlo_mask; |
504 | atomic_t dlo_count; | 505 | atomic_t dlo_count; |
505 | struct dl_bw dl_bw; | 506 | struct dl_bw dl_bw; |
507 | struct cpudl cpudl; | ||
506 | 508 | ||
507 | /* | 509 | /* |
508 | * The "RT overload" flag: it gets set if a CPU has more than | 510 | * The "RT overload" flag: it gets set if a CPU has more than |