Kconfig: fix spelling error in config KALLSYMS help text
[linux-drm-fsl-dcu.git] / init / main.c
index fcd9ddc3ccf5c02e15f7169b2264c9604b52eac1..e3f0bb20b4ddffc0e82181f48ef42e3953df4fdd 100644 (file)
@@ -94,7 +94,6 @@ extern void pidmap_init(void);
 extern void prio_tree_init(void);
 extern void radix_tree_init(void);
 extern void free_initmem(void);
-extern void populate_rootfs(void);
 extern void driver_init(void);
 extern void prepare_namespace(void);
 #ifdef CONFIG_ACPI
@@ -745,12 +744,6 @@ static int init(void * unused)
 
        cpuset_init_smp();
 
-       /*
-        * Do this before initcalls, because some drivers want to access
-        * firmware files.
-        */
-       populate_rootfs();
-
        do_basic_setup();
 
        /*