]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
sh: Fix up early printk build error.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 4 Aug 2009 06:54:33 +0000 (15:54 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 4 Aug 2009 06:54:33 +0000 (15:54 +0900)
Missing endif in the early printk case, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/early_printk.c

index 64f2746baf91312f58920388985015dbc1dae353..81a46145ffa5b01af702ff04863b19c128d3574b 100644 (file)
@@ -222,6 +222,7 @@ static int __init setup_early_printk(char *buf)
 #if !defined(CONFIG_SH_STANDARD_BIOS)
 #if defined(CONFIG_CPU_SH4) || defined(CONFIG_CPU_SH3)
                scif_sercon_init(buf + 6);
+#endif
 #endif
        }
 #endif