提交 11d82905 编写于 作者: P Paul Mundt

sh: Fix up early printk build error.

Missing endif in the early printk case, fix it up..
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 edc67b29
...@@ -222,6 +222,7 @@ static int __init setup_early_printk(char *buf) ...@@ -222,6 +222,7 @@ static int __init setup_early_printk(char *buf)
#if !defined(CONFIG_SH_STANDARD_BIOS) #if !defined(CONFIG_SH_STANDARD_BIOS)
#if defined(CONFIG_CPU_SH4) || defined(CONFIG_CPU_SH3) #if defined(CONFIG_CPU_SH4) || defined(CONFIG_CPU_SH3)
scif_sercon_init(buf + 6); scif_sercon_init(buf + 6);
#endif
#endif #endif
} }
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册