Decompressors: remove unused function from lib/decompress_unlzma.c
[firefly-linux-kernel-4.4.55.git] / init / main.c
index ea51770c01701e312f70f9a81357babbf93fb865..00799c1d46288fb491e6eb07ccf17dc8406883cc 100644 (file)
@@ -777,9 +777,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();
 }
 
 /*