From: Thomas Gleixner Date: Thu, 9 Jul 2015 08:51:46 +0000 (+0200) Subject: time: Get rid of do_posix_clock_monotonic_gettime X-Git-Tag: v4.2~206^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f6823faa8c563431a94e614d2b63ce16bb6f658;p=platform%2Fkernel%2Flinux-amlogic.git time: Get rid of do_posix_clock_monotonic_gettime All users gone. Remove it before we get another one. Signed-off-by: Thomas Gleixner --- diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 3aa72e6..6e191e4 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h @@ -145,7 +145,6 @@ static inline void getboottime(struct timespec *ts) } #endif -#define do_posix_clock_monotonic_gettime(ts) ktime_get_ts(ts) #define ktime_get_real_ts64(ts) getnstimeofday64(ts) /*