aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeping.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2014-07-16 21:04:55 +0000
committerJohn Stultz <john.stultz@linaro.org>2014-07-23 15:01:46 -0700
commit250fade8af2ac5dda8d5106ea06738b6f9e768a7 (patch)
treeda800ac51d851b2ad6b1595cab0d721ffb92dc95 /include/linux/timekeeping.h
parentx86: kvm: Make kvm_get_time_and_clockread() nanoseconds based (diff)
downloadlinux-dev-250fade8af2ac5dda8d5106ea06738b6f9e768a7.tar.xz
linux-dev-250fade8af2ac5dda8d5106ea06738b6f9e768a7.zip
timekeeping: Remove monotonic_to_bootbased
No more users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'include/linux/timekeeping.h')
-rw-r--r--include/linux/timekeeping.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h
index 903ecc10fcff..8ea3ca1b0ee5 100644
--- a/include/linux/timekeeping.h
+++ b/include/linux/timekeeping.h
@@ -27,7 +27,6 @@ struct timespec __current_kernel_time(void);
*/
struct timespec get_monotonic_coarse(void);
extern void getrawmonotonic(struct timespec *ts);
-extern void monotonic_to_bootbased(struct timespec *ts);
extern void get_monotonic_boottime(struct timespec *ts);
extern void ktime_get_ts64(struct timespec64 *ts);