Skip to content

Commit

Permalink
SERIAL: omap: remove 'irq_pending' bitfield
Browse files Browse the repository at this point in the history
irq_pending is never used, so let's remove it.  It seems to be  result
of a bad rebase of d37c6ce (serial: omap: move uart_omap_port
definition to C file)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Nov 4, 2012
1 parent 08bd490 commit 4073a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4073a53

Please sign in to comment.