ARM: 6030/1: KS8695: enable console
[safe/jmp/linux-2.6] / drivers / serial / serial_ks8695.c
index 2e71bbc..b196202 100644 (file)
@@ -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;
 }