diff options
author | Bryan Wu <cooloney@kernel.org> | 2008-05-31 04:10:04 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-31 04:10:04 -0400 |
commit | a4ed1e41a734d77c9a83a88a8736e19b68e6a2a0 (patch) | |
tree | d12b5607a64d198202af9acc0747d9c8dae98583 /drivers/serial/8250.h | |
parent | a70ce072b3883e431575449f3e294c27235590e5 (diff) |
8250 Serial Driver: revert extra IRQ flag definition patch
As Russell pointed out, original patch will break some serial configurations
because of the dependency of the <asm/serial.h> header file.
Revert it first and try to find out other solution later
Cc: Javier Herrero <jherrero@hvsistemas.es>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Russell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'drivers/serial/8250.h')
-rw-r--r-- | drivers/serial/8250.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/serial/8250.h b/drivers/serial/8250.h index a10a40cc0d9e..91bd28f2bb47 100644 --- a/drivers/serial/8250.h +++ b/drivers/serial/8250.h | |||
@@ -78,8 +78,3 @@ struct serial8250_config { | |||
78 | #else | 78 | #else |
79 | #define ALPHA_KLUDGE_MCR 0 | 79 | #define ALPHA_KLUDGE_MCR 0 |
80 | #endif | 80 | #endif |
81 | |||
82 | #ifndef SERIAL_EXTRA_IRQ_FLAGS | ||
83 | #define SERIAL_EXTRA_IRQ_FLAGS 0 | ||
84 | #endif | ||
85 | |||