diff options
-rw-r--r-- | kernel/hrtimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 11fde0caee56..f073a2461faa 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -108,6 +108,7 @@ void ktime_get_ts(struct timespec *ts) | |||
108 | set_normalized_timespec(ts, ts->tv_sec + tomono.tv_sec, | 108 | set_normalized_timespec(ts, ts->tv_sec + tomono.tv_sec, |
109 | ts->tv_nsec + tomono.tv_nsec); | 109 | ts->tv_nsec + tomono.tv_nsec); |
110 | } | 110 | } |
111 | EXPORT_SYMBOL_GPL(ktime_get_ts); | ||
111 | 112 | ||
112 | /* | 113 | /* |
113 | * Functions and macros which are different for UP/SMP systems are kept in a | 114 | * Functions and macros which are different for UP/SMP systems are kept in a |