diff options
author | Mark A. Greer <mgreer@mvista.com> | 2007-07-31 03:39:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:41 -0400 |
commit | 79f851733c71c5b2665d2b3ee857b9721846cd74 (patch) | |
tree | bb3cdb0d42f21bc149f49df70aaa66f2f8bf37bd | |
parent | 5797ae364c35db8c184f38b37595be59bf761e93 (diff) |
serial: MPSC: Remove duplicate SUPPORT_SYSRQ definition
Remove the duplicate definition of SUPPORT_SYSRQ in mpsc driver.
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/serial/mpsc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/serial/mpsc.c b/drivers/serial/mpsc.c index e984abf3e4d9..d948e8340d12 100644 --- a/drivers/serial/mpsc.c +++ b/drivers/serial/mpsc.c | |||
@@ -74,10 +74,6 @@ | |||
74 | #include <asm/io.h> | 74 | #include <asm/io.h> |
75 | #include <asm/irq.h> | 75 | #include <asm/irq.h> |
76 | 76 | ||
77 | #if defined(CONFIG_SERIAL_MPSC_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) | ||
78 | #define SUPPORT_SYSRQ | ||
79 | #endif | ||
80 | |||
81 | #define MPSC_NUM_CTLRS 2 | 77 | #define MPSC_NUM_CTLRS 2 |
82 | 78 | ||
83 | /* | 79 | /* |