[PATCH] serial: mpsc driver has definition of SUPPORT_SYSRQ below include of serial_c...
authorMark A. Greer <mgreer@mvista.com>
Sat, 25 Mar 2006 11:08:27 +0000 (03:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:23:02 +0000 (08:23 -0800)
commit6261c8e34f07f09270b37e14c05962c952cbeebe
tree0778accb4d59ed82e5b5275f1efecc874debd174
parenta30ff2e348af9d3a1782103130c88960550a773f
[PATCH] serial: mpsc driver has definition of SUPPORT_SYSRQ below include of serial_core.h

The definition of SUPPORT_SYSRQ must come before #include of serial_core.h.
This patch moves the definition of SUPPORT_SYSRQ to be just after the #include
of config.h to make it consistent with 8250.c.

Reported-by: Stephane Chazelas <Stephane@artesyncp.com>
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/serial/mpsc.h