projects
/
GitHub
/
moto-9609
/
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:
c138e12
)
[MIPS] Cobalt: Fix undefined reference to disable_early_printk.
author
Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>
Wed, 7 Jun 2006 00:53:34 +0000
(09:53 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:14 +0000
(17:39 +0100)
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cobalt/console.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/cobalt/console.c
b/arch/mips/cobalt/console.c
index 45c2d27c7564f4fabc2579c8529bd808af7e5ed0..300797d5f558178fec6cdd2af5174b4b30971e58 100644
(file)
--- a/
arch/mips/cobalt/console.c
+++ b/
arch/mips/cobalt/console.c
@@
-41,3
+41,8
@@
void __init cobalt_early_console(void)
printk("Cobalt: early console registered\n");
}
+
+void __init disable_early_printk(void)
+{
+ unregister_console(&cons_info);
+}