init: remove CONFIG_INIT_FALLBACK
[linux-drm-fsl-dcu.git] / init / main.c
index 179ada15d08a4df01eb3ff459cb861617bd1f00a..6f0f1c5ff8cc82c41b36f107f68732003c5b1dc3 100644 (file)
@@ -953,13 +953,8 @@ static int __ref kernel_init(void *unused)
                ret = run_init_process(execute_command);
                if (!ret)
                        return 0;
-#ifndef CONFIG_INIT_FALLBACK
                panic("Requested init %s failed (error %d).",
                      execute_command, ret);
-#else
-               pr_err("Failed to execute %s (error %d).  Attempting defaults...\n",
-                      execute_command, ret);
-#endif
        }
        if (!try_to_run_init_process("/sbin/init") ||
            !try_to_run_init_process("/etc/init") ||