Skip to content

Commit

Permalink
Staging: android: ram_console: Start ram console earlier
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Hjønnevåg <arve@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arve Hjønnevåg authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent fdfc808 commit 81057ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/android/ram_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int __init ram_console_late_init(void)
#ifdef CONFIG_ANDROID_RAM_CONSOLE_EARLY_INIT
console_initcall(ram_console_early_init);
#else
module_init(ram_console_module_init);
postcore_initcall(ram_console_module_init);
#endif
late_initcall(ram_console_late_init);

0 comments on commit 81057ec

Please sign in to comment.