diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-07-16 17:04:17 -0400 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-07-23 13:18:00 -0400 |
commit | afab07c0e91ecf098abf34573ccfcd86d6be26f9 (patch) | |
tree | 36f117661404466b11a06fe03f36c942b7a90f62 /kernel | |
parent | b82c817e2d16e818c472eb71019de521816000a3 (diff) |
timekeeping: Use ktime_t based data for ktime_get_clocktai()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/time/timekeeping.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 5e60aa09af79..c083ae2c34b5 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -512,21 +512,6 @@ void timekeeping_clocktai(struct timespec *ts) | |||
512 | } | 512 | } |
513 | EXPORT_SYMBOL(timekeeping_clocktai); | 513 | EXPORT_SYMBOL(timekeeping_clocktai); |
514 | 514 | ||
515 | |||
516 | /** | ||
517 | * ktime_get_clocktai - Returns the TAI time of day in a ktime | ||
518 | * | ||
519 | * Returns the time of day in a ktime. | ||
520 | */ | ||
521 | ktime_t ktime_get_clocktai(void) | ||
522 | { | ||
523 | struct timespec ts; | ||
524 | |||
525 | timekeeping_clocktai(&ts); | ||
526 | return timespec_to_ktime(ts); | ||
527 | } | ||
528 | EXPORT_SYMBOL(ktime_get_clocktai); | ||
529 | |||
530 | #ifdef CONFIG_NTP_PPS | 515 | #ifdef CONFIG_NTP_PPS |
531 | 516 | ||
532 | /** | 517 | /** |