diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-04 03:16:15 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 03:45:37 +0300 |
commit | 1d1954e038435765a623884b626731784cde768f (patch) | |
tree | 92834f0fda86c9c2996ebc11e3f95853e2f950b8 /include/linux | |
parent | 192c9414516e7178a44f9ed48d47501c4c19771c (diff) | |
download | linux-1d1954e038435765a623884b626731784cde768f.tar.xz |
sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>
pid.h already defines it.
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>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux')
-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 905d4f148d65..057b2a85ecc7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1301,8 +1301,6 @@ static inline struct thread_info *task_thread_info(struct task_struct *task) # define task_thread_info(task) ((struct thread_info *)(task)->stack) #endif -extern struct pid_namespace init_pid_ns; - /* * find a task by one of its numerical ids * |