diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /drivers/char/sx.c | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/char/sx.c')
-rw-r--r-- | drivers/char/sx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/sx.c b/drivers/char/sx.c index 7e5ff9465..6ff328783 100644 --- a/drivers/char/sx.c +++ b/drivers/char/sx.c @@ -340,6 +340,8 @@ static inline void *ioremap(unsigned long base, long length) #endif +#undef RS_EVENT_WRITE_WAKEUP +#define RS_EVENT_WRITE_WAKEUP 0 #include "generic_serial.h" |