Browse Source

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>
Arve Hjønnevåg 15 years ago
parent
commit
81057ec1de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/android/ram_console.c

+ 1 - 1
drivers/staging/android/ram_console.c

@@ -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);