diff options
author | Stas Sergeev <stsp@aknet.ru> | 2007-05-08 00:31:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 11:15:15 -0700 |
commit | 6bdb6b620e335d38ced8d5981e8f44778225c1d8 (patch) | |
tree | ef0b4ae38124f2d727bcefb3d60388f4c1e03437 /kernel/hrtimer.c | |
parent | b140f25108a8b11aa4903014814988549838b324 (diff) | |
download | op-kernel-dev-6bdb6b620e335d38ced8d5981e8f44778225c1d8.zip op-kernel-dev-6bdb6b620e335d38ced8d5981e8f44778225c1d8.tar.gz |
export hrtimer_forward
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>
Diffstat (limited to 'kernel/hrtimer.c')
-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 1b30331..c9f4f04 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -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 |