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>
This commit is contained in:
Thomas Gleixner 2015-07-09 10:51:46 +02:00
parent 0ec62aaee9
commit 1f6823faa8
1 changed files with 0 additions and 1 deletions

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