OSDN Git Service

time: Get rid of do_posix_clock_monotonic_gettime
authorThomas Gleixner <tglx@linutronix.de>
Thu, 9 Jul 2015 08:51:46 +0000 (10:51 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 9 Jul 2015 08:51:46 +0000 (10:51 +0200)
All users gone. Remove it before we get another one.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/timekeeping.h

index 3aa72e6..6e191e4 100644 (file)
@@ -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)
 
 /*