diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/time/timekeeping.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 0c6358186401..e6a5a6bc2769 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -1230,6 +1230,8 @@ ktime_t ktime_get_monotonic_offset(void) | |||
1230 | } while (read_seqretry(&xtime_lock, seq)); | 1230 | } while (read_seqretry(&xtime_lock, seq)); |
1231 | return timespec_to_ktime(wtom); | 1231 | return timespec_to_ktime(wtom); |
1232 | } | 1232 | } |
1233 | EXPORT_SYMBOL_GPL(ktime_get_monotonic_offset); | ||
1234 | |||
1233 | 1235 | ||
1234 | /** | 1236 | /** |
1235 | * xtime_update() - advances the timekeeping infrastructure | 1237 | * xtime_update() - advances the timekeeping infrastructure |