]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - init/main.c
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[mv-sheeva.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();
 }
 
 /*