diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-07-09 11:51:46 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-07-09 11:51:46 +0300 |
commit | 1f6823faa8c563431a94e614d2b63ce16bb6f658 (patch) | |
tree | d04c1861403fc5f9b8c5ee47f71973ecb70ef036 /include | |
parent | 0ec62aaee919991d9e0e278f70776d560d95fc29 (diff) | |
download | linux-1f6823faa8c563431a94e614d2b63ce16bb6f658.tar.xz |
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>
Diffstat (limited to 'include')
-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) } #endif -#define do_posix_clock_monotonic_gettime(ts) ktime_get_ts(ts) #define ktime_get_real_ts64(ts) getnstimeofday64(ts) /* |