diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-02 14:27:56 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 03:43:39 +0300 |
commit | abe722a1c59728c6c0ea4e4d5efcfe397c8abebc (patch) | |
tree | 25bc58461947797a3d363fbc652f5aad538acd75 /include/linux/sched.h | |
parent | 4240c8bf877f1145571106a2934c5cea0b51b178 (diff) | |
download | linux-abe722a1c59728c6c0ea4e4d5efcfe397c8abebc.tar.xz |
sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h>
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>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1ddb82be6b50..253d8ab6256c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1782,8 +1782,6 @@ static inline int kstack_end(void *addr) extern union thread_union init_thread_union; extern struct task_struct init_task; -extern struct mm_struct init_mm; - extern struct pid_namespace init_pid_ns; /* |