浏览代码

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)
 
 /*