projects
/
linux-edison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc67b2
)
sh: Fix up early printk build error.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 4 Aug 2009 06:54:33 +0000
(15:54 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/early_printk.c
b/arch/sh/kernel/early_printk.c
index
64f2746
..
81a4614
100644
(file)
--- 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