提交 4073a53b 编写于 作者: R Russell King

SERIAL: omap: remove 'irq_pending' bitfield

irq_pending is never used, so let's remove it.  It seems to be  result
of a bad rebase of d37c6ceb (serial: omap: move uart_omap_port
definition to C file)
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 08bd4903
...@@ -99,7 +99,6 @@ struct uart_omap_port { ...@@ -99,7 +99,6 @@ struct uart_omap_port {
u32 context_loss_cnt; u32 context_loss_cnt;
u32 errata; u32 errata;
u8 wakeups_enabled; u8 wakeups_enabled;
unsigned int irq_pending:1;
int DTR_gpio; int DTR_gpio;
int DTR_inverted; int DTR_inverted;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册