Staging: android: ram_console: Start ram console earlier
Signed-off-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fdfc808942
commit
81057ec1de
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user