From: Stas Sergeev Date: Tue, 8 May 2007 07:31:58 +0000 (-0700) Subject: export hrtimer_forward X-Git-Tag: v2.6.22-rc1~598 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6bdb6b620e335d38ced8d5981e8f44778225c1d8;p=linux.git export hrtimer_forward Other symbols of the hrtimers API are already exported. Signed-off-by: Stas Sergeev Acked-by: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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) return orun; } +EXPORT_SYMBOL_GPL(hrtimer_forward); /* * enqueue_hrtimer - internal function to (re)start a timer