pid.h already defines it. Cc: Peter Zijlstra <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: [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 5324feb49a04..1d4ea71c550a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1462,8 +1462,6 @@ static inline int kstack_end(void *addr) extern union thread_union init_thread_union; extern struct task_struct init_task; -extern struct pid_namespace init_pid_ns; - /* * find a task by one of its numerical ids * -- 2.7.4

