aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2017-02-04 01:16:15 +0100
committerIngo Molnar <[email protected]>2017-03-03 01:45:37 +0100
commit1d1954e038435765a623884b626731784cde768f (patch)
tree92834f0fda86c9c2996ebc11e3f95853e2f950b8
parent192c9414516e7178a44f9ed48d47501c4c19771c (diff)
sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>
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]>
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
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
*