]> git.ipfire.org Git - people/arne_f/kernel.git/commit
sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>
authorIngo Molnar <mingo@kernel.org>
Sun, 5 Feb 2017 15:03:58 +0000 (16:03 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:45:39 +0000 (01:45 +0100)
commit50ff9d130014f7b19541dbf607a615a72b75b778
tree84b73a3a416307405e9cf6cf225a37937e1caa20
parent5c0d0f36414f9f8a292b42e797f9284b127d79c2
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>
include/linux/sched.h
kernel/cgroup/cgroup-v1.c