diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-07-09 04:51:46 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-07-09 04:51:46 -0400 |
commit | 1f6823faa8c563431a94e614d2b63ce16bb6f658 (patch) | |
tree | d04c1861403fc5f9b8c5ee47f71973ecb70ef036 | |
parent | 0ec62aaee919991d9e0e278f70776d560d95fc29 (diff) |
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>
-rw-r--r-- | include/linux/timekeeping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 3aa72e648650..6e191e4e6ab6 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h | |||
@@ -145,7 +145,6 @@ static inline void getboottime(struct timespec *ts) | |||
145 | } | 145 | } |
146 | #endif | 146 | #endif |
147 | 147 | ||
148 | #define do_posix_clock_monotonic_gettime(ts) ktime_get_ts(ts) | ||
149 | #define ktime_get_real_ts64(ts) getnstimeofday64(ts) | 148 | #define ktime_get_real_ts64(ts) getnstimeofday64(ts) |
150 | 149 | ||
151 | /* | 150 | /* |