* [PATCH] cobalt: fixed undefined reference to `disable_early_printk'
@ 2006-06-07 0:53 Yoichi Yuasa
2006-06-07 12:27 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2006-06-07 0:53 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
Hi,
This patch has fixed build error about cobalt.
drivers/built-in.o: In function `console_init':
: undefined reference to `disable_early_printk'
make: *** [.tmp_vmlinux1] Error 1
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X dontdiff rc5-orig/arch/mips/cobalt/console.c rc5/arch/mips/cobalt/console.c
--- rc5-orig/arch/mips/cobalt/console.c 2006-06-06 10:29:30.278755250 +0900
+++ rc5/arch/mips/cobalt/console.c 2006-06-05 23:32:59.877242000 +0900
@@ -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);
+}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] cobalt: fixed undefined reference to `disable_early_printk'
2006-06-07 0:53 [PATCH] cobalt: fixed undefined reference to `disable_early_printk' Yoichi Yuasa
@ 2006-06-07 12:27 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2006-06-07 12:27 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Wed, Jun 07, 2006 at 09:53:34AM +0900, Yoichi Yuasa wrote:
> This patch has fixed build error about cobalt.
>
> drivers/built-in.o: In function `console_init':
> : undefined reference to `disable_early_printk'
> make: *** [.tmp_vmlinux1] Error 1
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-07 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-07 0:53 [PATCH] cobalt: fixed undefined reference to `disable_early_printk' Yoichi Yuasa
2006-06-07 12:27 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.