projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55028f
)
[MIPS] DEC: Remove call to register_prom_console.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 8 Mar 2007 17:36:13 +0000
(17:36 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 9 Mar 2007 12:14:52 +0000
(12:14 +0000)
Register_prom_console was removed when mips was converted to early printk.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/dec/prom/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/dec/prom/init.c
b/arch/mips/dec/prom/init.c
index bf2858071f1fc79969b3e7d25e0d4b9a1fb61073..a217aafe59f6aa9e2d61bf78239fdc64e8e128a4 100644
(file)
--- a/
arch/mips/dec/prom/init.c
+++ b/
arch/mips/dec/prom/init.c
@@
-103,9
+103,6
@@
void __init prom_init(void)
if (prom_is_rex(magic))
rex_clear_cache();
- /* Register the early console. */
- register_prom_console();
-
/* Were we compiled with the right CPU option? */
#if defined(CONFIG_CPU_R3000)
if ((current_cpu_data.cputype == CPU_R4000SC) ||