[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:
committed by
Ralf Baechle
parent
c138e12f3a
commit
973c789742
@@ -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);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user