Skip to content

Commit

Permalink
export hrtimer_forward
Browse files Browse the repository at this point in the history
Other symbols of the hrtimers API are already exported.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Stas Sergeev authored and Linus Torvalds committed May 8, 2007
1 parent b140f25 commit 6bdb6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/hrtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval)

return orun;
}
EXPORT_SYMBOL_GPL(hrtimer_forward);

/*
* enqueue_hrtimer - internal function to (re)start a timer
Expand Down

0 comments on commit 6bdb6b6

Please sign in to comment.