diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-19 16:13:31 -0400 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-19 16:13:31 -0400 |
commit | bdc04e3174e18f475289fa8f4144f66686326b7e (patch) | |
tree | c0bf03c8d6df1629bfa26b686fe65ffb0c87aeb7 /include/linux/serial_core.h | |
parent | a2bceae065ed8c4f552b35c4dde4cc2db05ce9e3 (diff) |
serial: move delta_msr_wait into the tty_port
This is used by various drivers not just serial and can be extracted
as commonality
Signed-off-by: Alan Cox <alan@linux.intel.com>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 27767ea5fa29..bcafecd3b7c1 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -349,7 +349,6 @@ struct uart_state { | |||
349 | struct circ_buf xmit; | 349 | struct circ_buf xmit; |
350 | 350 | ||
351 | struct tasklet_struct tlet; | 351 | struct tasklet_struct tlet; |
352 | wait_queue_head_t delta_msr_wait; | ||
353 | struct uart_port *uart_port; | 352 | struct uart_port *uart_port; |
354 | }; | 353 | }; |
355 | 354 | ||