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 2b021b0e8507..169479994755 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
@@ -1140,6 +1140,8 @@ ktime_t ktime_get_monotonic_offset(void) | |||
1140 | } while (read_seqretry(&xtime_lock, seq)); | 1140 | } while (read_seqretry(&xtime_lock, seq)); |
1141 | return timespec_to_ktime(wtom); | 1141 | return timespec_to_ktime(wtom); |
1142 | } | 1142 | } |
1143 | EXPORT_SYMBOL_GPL(ktime_get_monotonic_offset); | ||
1144 | |||
1143 | 1145 | ||
1144 | /** | 1146 | /** |
1145 | * xtime_update() - advances the timekeeping infrastructure | 1147 | * xtime_update() - advances the timekeeping infrastructure |