sched: Remove task_{u,s,g}time()
[deliverable/linux.git] / include / linux / sched.h
index fe6ae1516640923286643a02f6fbd3ad4076dd79..0395b0f4df3ae7bf973ca54e9eefc775b429e658 100644 (file)
@@ -1720,9 +1720,6 @@ static inline void put_task_struct(struct task_struct *t)
                __put_task_struct(t);
 }
 
-extern cputime_t task_utime(struct task_struct *p);
-extern cputime_t task_stime(struct task_struct *p);
-extern cputime_t task_gtime(struct task_struct *p);
 extern void task_times(struct task_struct *p, cputime_t *ut, cputime_t *st);
 
 /*
This page took 0.027445 seconds and 5 git commands to generate.