dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Mundt 2009-08-04 15:54:33 +09:00
parent edc67b2942
commit 11d82905e0
1 changed files with 1 additions and 0 deletions

View File

@ -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