diff options
| author | 2014-07-16 21:04:28 +0000 | |
|---|---|---|
| committer | 2014-07-23 10:18:03 -0700 | |
| commit | dcaab54e348c5b66cca4802815ceebd37059e70c (patch) | |
| tree | 2327eee73a9eb7865b80f354baa089b376e3a59b /include/linux/timekeeping.h | |
| parent | drm: Use ktime_mono_to_real() (diff) | |
| download | linux-dev-dcaab54e348c5b66cca4802815ceebd37059e70c.tar.xz linux-dev-dcaab54e348c5b66cca4802815ceebd37059e70c.zip | |
timekeeping: Remove ktime_get_monotonic_offset()
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 910a98ef2154..64c81f367866 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h @@ -108,7 +108,6 @@ enum tk_offsets { extern ktime_t ktime_get(void); extern ktime_t ktime_get_with_offset(enum tk_offsets offs); -extern ktime_t ktime_get_monotonic_offset(void); extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs); /** |
