From: Ingo Molnar Date: Sat, 4 Feb 2017 00:16:15 +0000 (+0100) Subject: sched/headers: Remove the 'init_pid_ns' prototype from X-Git-Tag: v4.11-rc1~18^2~10 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=1d1954e038435765a623884b626731784cde768f;p=karo-tx-linux.git sched/headers: Remove the 'init_pid_ns' prototype from pid.h already defines it. Acked-by: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- 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 *