diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kernel_stat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index 080d1fd461d7..a77c6007dc99 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h | |||
@@ -85,7 +85,6 @@ static inline unsigned int kstat_irqs(unsigned int irq) | |||
85 | /* | 85 | /* |
86 | * Lock/unlock the current runqueue - to extract task statistics: | 86 | * Lock/unlock the current runqueue - to extract task statistics: |
87 | */ | 87 | */ |
88 | extern unsigned long long __task_delta_exec(struct task_struct *tsk, int update); | ||
89 | extern unsigned long long task_delta_exec(struct task_struct *); | 88 | extern unsigned long long task_delta_exec(struct task_struct *); |
90 | 89 | ||
91 | extern void account_user_time(struct task_struct *, cputime_t, cputime_t); | 90 | extern void account_user_time(struct task_struct *, cputime_t, cputime_t); |