aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2017-02-05 16:03:58 +0100
committerIngo Molnar <[email protected]>2017-03-02 08:42:40 +0100
commit50d34394cee68dd12c5e01fff073d1167700bfce (patch)
tree988adde268b206019649eae4a059660faacf358f /include
parent0881e7bd341e2158b314596bcf2059e88e68f04e (diff)
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
Update files that depend on the magic.h inclusion. Acked-by: Linus Torvalds <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched/task_stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/task_stack.h b/include/linux/sched/task_stack.h
index 933cd49824c2..d2d578e85f7d 100644
--- a/include/linux/sched/task_stack.h
+++ b/include/linux/sched/task_stack.h
@@ -2,5 +2,6 @@
#define _LINUX_SCHED_TASK_STACK_H
#include <linux/sched.h>
+#include <linux/magic.h>
#endif /* _LINUX_SCHED_TASK_STACK_H */