Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Cobalt: Fix undefined reference to disable_early_printk. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Yoichi Yuasa and committed by
Ralf Baechle
973c7897 c138e12f

+5
+5
arch/mips/cobalt/console.c
··· 41 41 42 42 printk("Cobalt: early console registered\n"); 43 43 } 44 + 45 + void __init disable_early_printk(void) 46 + { 47 + unregister_console(&cons_info); 48 + }