Skip to content

Commit

Permalink
[MIPS] Cobalt: Fix undefined reference to disable_early_printk.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jun 19, 2006
1 parent c138e12 commit 973c789
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/mips/cobalt/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 973c789

Please sign in to comment.