[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>
This commit is contained in:
parent
c138e12f3a
commit
973c789742
1 changed files with 5 additions and 0 deletions
|
@ -41,3 +41,8 @@ void __init cobalt_early_console(void)
|
||||||
|
|
||||||
printk("Cobalt: early console registered\n");
|
printk("Cobalt: early console registered\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void __init disable_early_printk(void)
|
||||||
|
{
|
||||||
|
unregister_console(&cons_info);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue