Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23617
b: refs/heads/master
c: 6261c8e
h: refs/heads/master
i:
  23615: 8fdc46c
v: v3
  • Loading branch information
Mark A. Greer authored and Linus Torvalds committed Mar 25, 2006
1 parent 80d2089 commit b3a88d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a30ff2e348af9d3a1782103130c88960550a773f
refs/heads/master: 6261c8e34f07f09270b37e14c05962c952cbeebe
9 changes: 5 additions & 4 deletions trunk/drivers/serial/mpsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
#define __MPSC_H__

#include <linux/config.h>

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

#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/tty.h>
Expand All @@ -31,10 +36,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 b3a88d7

Please sign in to comment.