sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>
authorIngo Molnar <[email protected]>
Sat, 4 Feb 2017 00:16:15 +0000 (01:16 +0100)
committerIngo Molnar <[email protected]>
Fri, 3 Mar 2017 00:45:37 +0000 (01:45 +0100)
pid.h already defines it.

Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
include/linux/sched.h

index 905d4f148d650883a021c1ea2fd15dfbd6d2141e..057b2a85ecc7810b58d45df62046021316d7cdca 100644 (file)
@@ -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
  *