summaryrefslogtreecommitdiffstats
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
parent4240c8bf877f1145571106a2934c5cea0b51b178 (diff)
downloadop-kernel-dev-abe722a1c59728c6c0ea4e4d5efcfe397c8abebc.zip
op-kernel-dev-abe722a1c59728c6c0ea4e4d5efcfe397c8abebc.tar.gz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1ddb82b..253d8ab 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;
/*
OpenPOWER on IntegriCloud