Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 973c7897 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] Cobalt: Fix undefined reference to disable_early_printk.

parent c138e12f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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);
}