Skip to content

Commit

Permalink
sh: Fix up early printk build error.
Browse files Browse the repository at this point in the history
Missing endif in the early printk case, fix it up..

Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
pmundt committed Aug 4, 2009
1 parent edc67b2 commit 11d8290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11d8290

Please sign in to comment.