diff --git a/[refs] b/[refs] index 0b30c416ccd3..58c524584ff6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: becf8b5d00f4b47e847f98322cdaf8cd16243861 +refs/heads/master: 69778e325c3007c8c8a653fcee2c298ffe071fd4 diff --git a/trunk/kernel/hrtimer.c b/trunk/kernel/hrtimer.c index 11fde0caee56..f073a2461faa 100644 --- a/trunk/kernel/hrtimer.c +++ b/trunk/kernel/hrtimer.c @@ -108,6 +108,7 @@ void ktime_get_ts(struct timespec *ts) set_normalized_timespec(ts, ts->tv_sec + tomono.tv_sec, ts->tv_nsec + tomono.tv_nsec); } +EXPORT_SYMBOL_GPL(ktime_get_ts); /* * Functions and macros which are different for UP/SMP systems are kept in a