diff options
| author | Ingo Molnar <[email protected]> | 2017-02-04 00:20:53 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-02 07:42:38 +0000 |
| commit | 9164bb4a18dfa592cd0aca455ea57abf89ca4526 (patch) | |
| tree | 4be75b2e73822527424dca354c419f8f5598775b /init/init_task.c | |
| parent | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... (diff) | |
| download | kernel-9164bb4a18dfa592cd0aca455ea57abf89ca4526.tar.gz kernel-9164bb4a18dfa592cd0aca455ea57abf89ca4526.zip | |
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
Update all usage sites first.
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 'init/init_task.c')
| -rw-r--r-- | init/init_task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_task.c b/init/init_task.c index 53d4ce942a88..66787e30a419 100644 --- a/init/init_task.c +++ b/init/init_task.c @@ -4,6 +4,7 @@ #include <linux/sched.h> #include <linux/sched/sysctl.h> #include <linux/sched/rt.h> +#include <linux/sched/task.h> #include <linux/init.h> #include <linux/fs.h> #include <linux/mm.h> |
