projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bd490
)
SERIAL: omap: remove 'irq_pending' bitfield
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 15 Oct 2012 14:21:46 +0000
(15:21 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 4 Nov 2012 12:14:19 +0000
(12:14 +0000)
irq_pending is never used, so let's remove it. It seems to be result
of a bad rebase of
d37c6cebcb0c
(serial: omap: move uart_omap_port
definition to C file)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/tty/serial/omap-serial.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/omap-serial.c
b/drivers/tty/serial/omap-serial.c
index 170be2b1cdb1e18ccafdf5db96d4b7b21604a195..da46be3d57b1fe31f2c64dbcb90e79d910c9896c 100644
(file)
--- a/
drivers/tty/serial/omap-serial.c
+++ b/
drivers/tty/serial/omap-serial.c
@@
-99,7
+99,6
@@
struct uart_omap_port {
u32 context_loss_cnt;
u32 errata;
u8 wakeups_enabled;
- unsigned int irq_pending:1;
int DTR_gpio;
int DTR_inverted;