diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 02042e7f2196..4d0754269884 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -92,7 +92,6 @@ struct sched_param { | |||
92 | 92 | ||
93 | #include <asm/processor.h> | 93 | #include <asm/processor.h> |
94 | 94 | ||
95 | struct mem_cgroup; | ||
96 | struct exec_domain; | 95 | struct exec_domain; |
97 | struct futex_pi_state; | 96 | struct futex_pi_state; |
98 | struct robust_list_head; | 97 | struct robust_list_head; |
@@ -1879,9 +1878,6 @@ extern struct pid_namespace init_pid_ns; | |||
1879 | /* | 1878 | /* |
1880 | * find a task by one of its numerical ids | 1879 | * find a task by one of its numerical ids |
1881 | * | 1880 | * |
1882 | * find_task_by_pid_type_ns(): | ||
1883 | * it is the most generic call - it finds a task by all id, | ||
1884 | * type and namespace specified | ||
1885 | * find_task_by_pid_ns(): | 1881 | * find_task_by_pid_ns(): |
1886 | * finds a task by its pid in the specified namespace | 1882 | * finds a task by its pid in the specified namespace |
1887 | * find_task_by_vpid(): | 1883 | * find_task_by_vpid(): |
@@ -1890,9 +1886,6 @@ extern struct pid_namespace init_pid_ns; | |||
1890 | * see also find_vpid() etc in include/linux/pid.h | 1886 | * see also find_vpid() etc in include/linux/pid.h |
1891 | */ | 1887 | */ |
1892 | 1888 | ||
1893 | extern struct task_struct *find_task_by_pid_type_ns(int type, int pid, | ||
1894 | struct pid_namespace *ns); | ||
1895 | |||
1896 | extern struct task_struct *find_task_by_vpid(pid_t nr); | 1889 | extern struct task_struct *find_task_by_vpid(pid_t nr); |
1897 | extern struct task_struct *find_task_by_pid_ns(pid_t nr, | 1890 | extern struct task_struct *find_task_by_pid_ns(pid_t nr, |
1898 | struct pid_namespace *ns); | 1891 | struct pid_namespace *ns); |