aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-04 01:16:15 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:37 +0100
commit1d1954e038435765a623884b626731784cde768f (patch)
tree92834f0fda86c9c2996ebc11e3f95853e2f950b8 /include/linux/sched.h
parentsched/headers: Remove <linux/signal.h> from <linux/sched.h> (diff)
downloadlinux-dev-1d1954e038435765a623884b626731784cde768f.tar.xz
linux-dev-1d1954e038435765a623884b626731784cde768f.zip
sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>
pid.h already defines it. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to '')
-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
*