diff --git a/init/main.c b/init/main.c index 8646401f7a0e4b77579aa13f8de6ac191787be73..5421e8f1628014653a711a270609a4a74cc18be4 100644 --- a/init/main.c +++ b/init/main.c @@ -775,9 +775,6 @@ static void __init do_initcalls(void) for (fn = __early_initcall_end; fn < __initcall_end; fn++) do_one_initcall(*fn); - - /* Make sure there is no pending stuff from the initcall sequence */ - flush_scheduled_work(); } /*