sh: sh-sci: Fix double initialization by serial_console_setup
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 24 Mar 2011 02:20:56 +0000 (02:20 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 31 Mar 2011 05:33:24 +0000 (14:33 +0900)
The driver is initialized in a state with an unknown value by
serial_console_setup. And initialization fails.

This is caused by the initialization by sci_console_init.
This function does not seem to be necessary for the present sh-sci driver.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found