提交 0ad70740 编写于 作者: Y Yegor Yefremov 提交者: Russell King

ARM: 6030/1: KS8695: enable console

Add add_preferred_console() to ks8695_console_init() to
enable the console
Signed-off-by: NYegor Yefremov <yegorslists@googlemail.com>
Acked-by: NAndrew Victor <linux@maxim.org.za>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 64b997c5
......@@ -650,6 +650,7 @@ static struct console ks8695_console = {
static int __init ks8695_console_init(void)
{
add_preferred_console(SERIAL_KS8695_DEVNAME, 0, NULL);
register_console(&ks8695_console);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册