Skip to content

Commit

Permalink
serial: MPSC: Remove duplicate SUPPORT_SYSRQ definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark A. Greer authored and Linus Torvalds committed Jul 31, 2007
1 parent 5797ae3 commit 79f8517
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/serial/mpsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@
#include <asm/io.h>
#include <asm/irq.h>

#if defined(CONFIG_SERIAL_MPSC_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
#define SUPPORT_SYSRQ
#endif

#define MPSC_NUM_CTLRS 2

/*
Expand Down

0 comments on commit 79f8517

Please sign in to comment.