Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11d82905 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up early printk build error.



Missing endif in the early printk case, fix it up..

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent edc67b29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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