diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 1201155b2202..f2aca7ec6325 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -80,7 +80,6 @@ extern int do_setitimer(int which, struct itimerval *value, | |||
80 | struct itimerval *ovalue); | 80 | struct itimerval *ovalue); |
81 | extern int do_getitimer(int which, struct itimerval *value); | 81 | extern int do_getitimer(int which, struct itimerval *value); |
82 | extern void getnstimeofday(struct timespec *tv); | 82 | extern void getnstimeofday(struct timespec *tv); |
83 | extern void getnstimestamp(struct timespec *ts); | ||
84 | 83 | ||
85 | extern struct timespec timespec_trunc(struct timespec t, unsigned gran); | 84 | extern struct timespec timespec_trunc(struct timespec t, unsigned gran); |
86 | 85 | ||