]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: early printk port type fix
authorMagnus Damm <damm@igel.co.jp>
Thu, 13 Nov 2008 06:33:45 +0000 (15:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 13 Nov 2008 06:37:07 +0000 (15:37 +0900)
Add PORT_SCIF to unbreak the early printk code.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/early_printk.c

index 6b7d166694e28fecc3f949b66cb94ae8c2e53950..98a29a78230179f54425d27ea35947beb4de405e 100644 (file)
@@ -75,6 +75,7 @@ static struct console bios_console = {
 #endif
 
 static struct uart_port scif_port = {
+       .type           = PORT_SCIF,
        .mapbase        = CONFIG_EARLY_SCIF_CONSOLE_PORT,
        .membase        = (char __iomem *)CONFIG_EARLY_SCIF_CONSOLE_PORT,
 };