mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
[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
@ -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 New Issue
Block a user