sh: early printk port type fix

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>

authored by Magnus Damm and committed by Paul Mundt bfbedf78 bff4056c

+1
+1
arch/sh/kernel/early_printk.c
··· 75 75 #endif 76 76 77 77 static struct uart_port scif_port = { 78 + .type = PORT_SCIF, 78 79 .mapbase = CONFIG_EARLY_SCIF_CONSOLE_PORT, 79 80 .membase = (char __iomem *)CONFIG_EARLY_SCIF_CONSOLE_PORT, 80 81 };