The patch titled export hrtimer_forward has been added to the -mm tree. Its filename is export-hrtimer_forward.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: export hrtimer_forward From: Stas Sergeev <stsp@xxxxxxxx> Other symbols of the hrtimers API are already exported. Signed-off-by: Stas Sergeev <stsp@xxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/hrtimer.c | 1 + 1 files 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 stsp@xxxxxxxx are export-hrtimer_forward.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html