commit | 11d82905e0159c07fe2d1bfe5e7d80e4cea333ce | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Aug 04 15:54:33 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Aug 04 15:54:33 2009 +0900 |
tree | d4a134cbc078554d3b6b6c0cb9ca827b10fd99da | |
parent | edc67b29425b12312356fe9a92352ce6b7307c68 [diff] |
sh: Fix up early printk build error. Missing endif in the early printk case, fix it up.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/early_printk.c b/arch/sh/kernel/early_printk.c index 64f2746..81a4614 100644 --- a/arch/sh/kernel/early_printk.c +++ b/arch/sh/kernel/early_printk.c
@@ -223,6 +223,7 @@ #if defined(CONFIG_CPU_SH4) || defined(CONFIG_CPU_SH3) scif_sercon_init(buf + 6); #endif +#endif } #endif