提交 81057ec1 编写于 作者: A Arve Hjønnevåg 提交者: Greg Kroah-Hartman

Staging: android: ram_console: Start ram console earlier

Signed-off-by: NArve Hjønnevåg <arve@android.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 fdfc8089
...@@ -412,7 +412,7 @@ static int __init ram_console_late_init(void) ...@@ -412,7 +412,7 @@ static int __init ram_console_late_init(void)
#ifdef CONFIG_ANDROID_RAM_CONSOLE_EARLY_INIT #ifdef CONFIG_ANDROID_RAM_CONSOLE_EARLY_INIT
console_initcall(ram_console_early_init); console_initcall(ram_console_early_init);
#else #else
module_init(ram_console_module_init); postcore_initcall(ram_console_module_init);
#endif #endif
late_initcall(ram_console_late_init); late_initcall(ram_console_late_init);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册