aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/early_printk.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-04 15:54:33 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-08-04 15:54:33 +0900
commit11d82905e0159c07fe2d1bfe5e7d80e4cea333ce (patch)
treed4a134cbc078554d3b6b6c0cb9ca827b10fd99da /arch/sh/kernel/early_printk.c
parentsh: Add SH7724 DMAC support. (diff)
downloadlinux-dev-11d82905e0159c07fe2d1bfe5e7d80e4cea333ce.tar.xz
linux-dev-11d82905e0159c07fe2d1bfe5e7d80e4cea333ce.zip
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>
Diffstat (limited to 'arch/sh/kernel/early_printk.c')
-rw-r--r--arch/sh/kernel/early_printk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/early_printk.c b/arch/sh/kernel/early_printk.c
index 64f2746baf91..81a46145ffa5 100644
--- a/arch/sh/kernel/early_printk.c
+++ b/arch/sh/kernel/early_printk.c
@@ -223,6 +223,7 @@ static int __init setup_early_printk(char *buf)
#if defined(CONFIG_CPU_SH4) || defined(CONFIG_CPU_SH3)
scif_sercon_init(buf + 6);
#endif
+#endif
}
#endif