The patch titled
     export hrtimer_forward
has been removed from the -mm tree.  Its filename was
     export-hrtimer_forward.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: export hrtimer_forward
From: Stas Sergeev <[EMAIL PROTECTED]>

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]>
---

 kernel/hrtimer.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN kernel/hrtimer.c~export-hrtimer_forward kernel/hrtimer.c
--- a/kernel/hrtimer.c~export-hrtimer_forward
+++ a/kernel/hrtimer.c
@@ -669,6 +669,7 @@ hrtimer_forward(struct hrtimer *timer, k
 
        return orun;
 }
+EXPORT_SYMBOL_GPL(hrtimer_forward);
 
 /*
  * enqueue_hrtimer - internal function to (re)start a timer
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to