OSDN Git Service

sh: early_printk tidying.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 2 Oct 2007 07:24:50 +0000 (16:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 2 Oct 2007 07:24:50 +0000 (16:24 +0900)
commit008d50fc16e8ea5005d324a25d62d29e417151fe
tree724cac166762e595d4db388dcde29f733d2f5612
parent78d7e0e5b8e5d662c3e4bdceadbd84c913e69614
sh: early_printk tidying.

setup_early_printk() can be static, and with that, we can kill off
the early initialization variable and move the CON_BOOT check in
to the function body.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/early_printk.c