提交 811d9449 编写于 作者: M Mathieu Desnoyers 提交者: Ralf Baechle

[MIPS] Add missing ifdef arch/mips/pmc-sierra/yosemite/setup.c

early_serial_setup is only defined when CONFIG_SERIAL_8250 is set.
Signed-off-by: NMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 19487f1e
...@@ -171,6 +171,7 @@ static void __init py_map_ocd(void) ...@@ -171,6 +171,7 @@ static void __init py_map_ocd(void)
static void __init py_uart_setup(void) static void __init py_uart_setup(void)
{ {
#ifdef CONFIG_SERIAL_8250
struct uart_port up; struct uart_port up;
/* /*
...@@ -188,6 +189,7 @@ static void __init py_uart_setup(void) ...@@ -188,6 +189,7 @@ static void __init py_uart_setup(void)
if (early_serial_setup(&up)) if (early_serial_setup(&up))
printk(KERN_ERR "Early serial init of port 0 failed\n"); printk(KERN_ERR "Early serial init of port 0 failed\n");
#endif /* CONFIG_SERIAL_8250 */
} }
static void __init py_rtc_setup(void) static void __init py_rtc_setup(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册