aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 12:27:56 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:43:39 +0100
commitabe722a1c59728c6c0ea4e4d5efcfe397c8abebc (patch)
tree25bc58461947797a3d363fbc652f5aad538acd75 /include/linux/sched.h
parentsched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h> (diff)
downloadwireguard-linux-abe722a1c59728c6c0ea4e4d5efcfe397c8abebc.tar.xz
wireguard-linux-abe722a1c59728c6c0ea4e4d5efcfe397c8abebc.zip
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 '')
-rw-r--r--include/linux/sched.h2
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;
/*