提交 4e149184 编写于 作者: L Linus Torvalds

Fix up ARM serial driver compile failure

Proud member of Uglyhacks'R'US.
Acked-by: NDavid S. Miller <davem@davemloft.net>
Acked-by: NRussell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 1ee9bed1
......@@ -401,6 +401,9 @@ uart_handle_sysrq_char(struct uart_port *port, unsigned int ch,
#endif
return 0;
}
#ifndef SUPPORT_SYSRQ
#define uart_handle_sysrq_char(port,ch,regs) uart_handle_sysrq_char(port, 0, NULL)
#endif
/*
* We do the SysRQ and SAK checking like this...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册