diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index f9858d7e6361..4abb32d4c6b8 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -180,9 +180,6 @@ extern int do_getitimer(int which, struct itimerval *value); extern long do_utimes(int dfd, const char __user *filename, struct timespec *times, int flags); -struct tms; -extern void do_sys_times(struct tms *); - /* * Similar to the struct tm in userspace <time.h>, but it needs to be here so * that the kernel source is self contained. |