summaryrefslogtreecommitdiff
path: root/init/main.c
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-10-04 00:56:51 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-10-04 00:56:51 +0400
commit0a7e6465d3ec56ee41c6d77c56bc6175072fbc80 (patch)
tree4f625e9cef96069dc7f33f998f1965408bbbe3fa /init/main.c
parent6162fb8c9d3b16d64f882fad7ba284d7a52db525 (diff)
parent03664de47d69b580359d2dac84feb3b9e57f7f7d (diff)
Merge branch 'tracking-workaround-ubuntu-sauce' into merge-linux-linaro-core-trackingllct-20121004.0
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/init/main.c b/init/main.c
index b457caf7c253..d73093354817 100644
--- a/init/main.c
+++ b/init/main.c
@@ -892,12 +892,6 @@ static int __init kernel_init(void * unused)
(void) sys_dup(0);
(void) sys_dup(0);
/*
- * We need to ensure that the filesystem is ready by this point, wait for
- * async_populate_rootfs to complete.
- */
- populate_rootfs_wait();
-
- /*
* check if there is an early userspace init. If yes, let it do all
* the work
*/