Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d1954e0 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched/headers: Remove the 'init_pid_ns' prototype from <linux/sched.h>



pid.h already defines it.

Acked-by: default avatarLinus 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: default avatarIngo Molnar <mingo@kernel.org>
parent 192c9414
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
 *