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 1b3033105b40..c9f4f044a8a8 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c | |||
@@ -669,6 +669,7 @@ hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) | |||
669 | 669 | ||
670 | return orun; | 670 | return orun; |
671 | } | 671 | } |
672 | EXPORT_SYMBOL_GPL(hrtimer_forward); | ||
672 | 673 | ||
673 | /* | 674 | /* |
674 | * enqueue_hrtimer - internal function to (re)start a timer | 675 | * enqueue_hrtimer - internal function to (re)start a timer |