aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/time/timekeeping.c')
-rw-r--r--kernel/time/timekeeping.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
index 403c2a092830..15be32e19c6e 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -1260,6 +1260,8 @@ ktime_t ktime_get_monotonic_offset(void)
1260 1260
1261 return timespec_to_ktime(wtom); 1261 return timespec_to_ktime(wtom);
1262} 1262}
1263EXPORT_SYMBOL_GPL(ktime_get_monotonic_offset);
1264
1263 1265
1264/** 1266/**
1265 * xtime_update() - advances the timekeeping infrastructure 1267 * xtime_update() - advances the timekeeping infrastructure