[PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>

From: Ingo Molnar
Date: Wed Feb 08 2017 - 14:08:58 EST


pid.h already defines it.

Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Mike Galbraith <efault@xxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
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