Преглед на файлове

time: Get rid of do_posix_clock_monotonic_gettime

All users gone. Remove it before we get another one.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner преди 10 години
родител
ревизия
1f6823faa8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      include/linux/timekeeping.h

+ 0 - 1
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)
 
 /*