diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pid.h b/include/linux/pid.h index 5b2fcb19d2da..099e70ecf7c7 100644 --- a/include/linux/pid.h +++ b/include/linux/pid.h | |||
@@ -38,7 +38,6 @@ extern struct pid *FASTCALL(find_pid(enum pid_type, int)); | |||
38 | 38 | ||
39 | extern int alloc_pidmap(void); | 39 | extern int alloc_pidmap(void); |
40 | extern void FASTCALL(free_pidmap(int)); | 40 | extern void FASTCALL(free_pidmap(int)); |
41 | extern void switch_exec_pids(struct task_struct *leader, struct task_struct *thread); | ||
42 | 41 | ||
43 | #define do_each_task_pid(who, type, task) \ | 42 | #define do_each_task_pid(who, type, task) \ |
44 | if ((task = find_task_by_pid_type(type, who))) { \ | 43 | if ((task = find_task_by_pid_type(type, who))) { \ |