diff options
author | Matt Helsley <matthltc@us.ibm.com> | 2006-01-09 23:52:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:39 -0500 |
commit | d1c0b8f835aeba85aa428aaec6d521ef4639c7fa (patch) | |
tree | c998a5285cd75d540be20ee6e4aa7ebff0cfe7f9 /include/linux/time.h | |
parent | caf3c9dc56f5758ca6016513e2790a151bf2077d (diff) |
[PATCH] Remove getnstimestamp()
Remove getnstimestamp() in favor of ktime.h's ktime_get_ts()
Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 | ||