Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix up ARM serial driver compile failure

Proud member of Uglyhacks'R'US.

Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Russell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

+3
+3
include/linux/serial_core.h
··· 401 401 #endif 402 402 return 0; 403 403 } 404 + #ifndef SUPPORT_SYSRQ 405 + #define uart_handle_sysrq_char(port,ch,regs) uart_handle_sysrq_char(port, 0, NULL) 406 + #endif 404 407 405 408 /* 406 409 * We do the SysRQ and SAK checking like this...