diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-05 16:03:58 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 01:45:39 +0100 |
commit | 50ff9d130014f7b19541dbf607a615a72b75b778 (patch) | |
tree | 84b73a3a416307405e9cf6cf225a37937e1caa20 /kernel | |
parent | 5c0d0f36414f9f8a292b42e797f9284b127d79c2 (diff) | |
download | op-kernel-dev-50ff9d130014f7b19541dbf607a615a72b75b778.zip op-kernel-dev-50ff9d130014f7b19541dbf607a615a72b75b778.tar.gz |
sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>
It's not used by any of the scheduler methods, but <linux/sched/task_stack.h>
needs it to pick up STACK_END_MAGIC.
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>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/cgroup/cgroup-v1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c index abc5858..56eba9c 100644 --- a/kernel/cgroup/cgroup-v1.c +++ b/kernel/cgroup/cgroup-v1.c @@ -7,6 +7,7 @@ #include <linux/mm.h> #include <linux/sched/signal.h> #include <linux/sched/task.h> +#include <linux/magic.h> #include <linux/slab.h> #include <linux/vmalloc.h> #include <linux/delayacct.h> |