aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/time/hrtimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c
index 19f211051c35..64843a836637 100644
--- a/kernel/time/hrtimer.c
+++ b/kernel/time/hrtimer.c
@@ -280,6 +280,7 @@ u64 ktime_divns(const ktime_t kt, s64 div)
280 280
281 return dclc; 281 return dclc;
282} 282}
283EXPORT_SYMBOL_GPL(ktime_divns);
283#endif /* BITS_PER_LONG >= 64 */ 284#endif /* BITS_PER_LONG >= 64 */
284 285
285/* 286/*