pid.h already defines it. Cc: 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 | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/linux/sched.h b/include/linux/sched.h index fb6571b3bf1e..d5df0f1860b3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1297,8 +1297,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 * -- 2.7.4

