summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-03 23:15:21 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:36 +0100
commitdfc3401a33086a3fd465468e171ea0e82430569b (patch)
tree4ee0637bdbb55eaeed14ad2fc1f13cc91ba51e00 /kernel
parent68db0cf10678630d286f4bbbbdfa102951a35faa (diff)
downloadlinux-dfc3401a33086a3fd465468e171ea0e82430569b.tar.gz
linux-dfc3401a33086a3fd465468e171ea0e82430569b.tar.xz
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.h1
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>