Commit 4e149184 authored by Linus Torvalds's avatar Linus Torvalds

Fix up ARM serial driver compile failure

Proud member of Uglyhacks'R'US.
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Acked-by: default avatarRussell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment