diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-03 23:15:21 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 08:42:36 +0100 |
commit | dfc3401a33086a3fd465468e171ea0e82430569b (patch) | |
tree | 4ee0637bdbb55eaeed14ad2fc1f13cc91ba51e00 /kernel | |
parent | 68db0cf10678630d286f4bbbbdfa102951a35faa (diff) | |
download | talos-obmc-linux-dfc3401a33086a3fd465468e171ea0e82430569b.tar.gz talos-obmc-linux-dfc3401a33086a3fd465468e171ea0e82430569b.zip |
sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sched/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 4e2fec3f12a0..b1f1c8443837 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -1,5 +1,6 @@ #include <linux/sched.h> +#include <linux/sched/autogroup.h> #include <linux/sched/sysctl.h> #include <linux/sched/topology.h> #include <linux/sched/rt.h> |