Revert "Staging: android: ram_console: Start ram console earlier"

This reverts commit 1d2b49700c.
This commit is contained in:
黄涛
2011-07-30 22:27:10 +08:00
parent 3859c37c29
commit ec3e583df8

View File

@@ -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
postcore_initcall(ram_console_module_init);
module_init(ram_console_module_init);
#endif
late_initcall(ram_console_late_init);