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 <stsp@xxxxxxxx> Other symbols of the hrtimers API are already exported. Signed-off-by: Stas Sergeev <stsp@xxxxxxxx> Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 stsp@xxxxxxxx are origin.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