This caused flush_scheduled_work instead of backport_flush_scheduled_work being exported. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/compat-2.6.36.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compat/compat-2.6.36.c b/compat/compat-2.6.36.c index 3479af4..9295895 100644 --- a/compat/compat-2.6.36.c +++ b/compat/compat-2.6.36.c @@ -133,7 +133,6 @@ int schedule_delayed_work_on(int cpu, } EXPORT_SYMBOL_GPL(schedule_delayed_work_on); -#undef flush_scheduled_work void flush_scheduled_work(void) { /* -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html