diff options
| author | Ingo Molnar <[email protected]> | 2017-02-08 17:51:37 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-02 07:42:36 +0000 |
| commit | 68db0cf10678630d286f4bbbbdfa102951a35faa (patch) | |
| tree | 4583b4bfacf4b7f1fd5aad675bca787c092113ca /lib/syscall.c | |
| parent | sched/headers: Prepare for new header dependencies before moving code to <lin... (diff) | |
| download | kernel-68db0cf10678630d286f4bbbbdfa102951a35faa.tar.gz kernel-68db0cf10678630d286f4bbbbdfa102951a35faa.zip | |
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
We are going to split <linux/sched/task_stack.h> out of <linux/sched.h>, which
will have to be picked up from other headers and a couple of .c files.
Create a trivial placeholder <linux/sched/task_stack.h> file that just
maps to <linux/sched.h> to make this patch obviously correct and
bisectable.
Include the new header in the files that are going to need it.
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 'lib/syscall.c')
| -rw-r--r-- | lib/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/syscall.c b/lib/syscall.c index 63239e097b13..17d5ff5fa6a3 100644 --- a/lib/syscall.c +++ b/lib/syscall.c @@ -1,5 +1,6 @@ #include <linux/ptrace.h> #include <linux/sched.h> +#include <linux/sched/task_stack.h> #include <linux/export.h> #include <asm/syscall.h> |
