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 <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • 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.