Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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...