diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/cyclades.h | 1 | ||||
-rw-r--r-- | include/linux/hayesesp.h | 1 | ||||
-rw-r--r-- | include/linux/serial_core.h | 1 | ||||
-rw-r--r-- | include/linux/tty.h | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index bbebef7713b3..a5049eaf782d 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h | |||
@@ -578,7 +578,6 @@ struct cyclades_port { | |||
578 | struct cyclades_idle_stats idle_stats; | 578 | struct cyclades_idle_stats idle_stats; |
579 | struct cyclades_icount icount; | 579 | struct cyclades_icount icount; |
580 | struct completion shutdown_wait; | 580 | struct completion shutdown_wait; |
581 | wait_queue_head_t delta_msr_wait; | ||
582 | int throttle; | 581 | int throttle; |
583 | }; | 582 | }; |
584 | 583 | ||
diff --git a/include/linux/hayesesp.h b/include/linux/hayesesp.h index 940aeb51d53f..92b08cfe4a75 100644 --- a/include/linux/hayesesp.h +++ b/include/linux/hayesesp.h | |||
@@ -96,7 +96,6 @@ struct esp_struct { | |||
96 | int xmit_head; | 96 | int xmit_head; |
97 | int xmit_tail; | 97 | int xmit_tail; |
98 | int xmit_cnt; | 98 | int xmit_cnt; |
99 | wait_queue_head_t delta_msr_wait; | ||
100 | wait_queue_head_t break_wait; | 99 | wait_queue_head_t break_wait; |
101 | struct async_icount icount; /* kernel counters for the 4 input interrupts */ | 100 | struct async_icount icount; /* kernel counters for the 4 input interrupts */ |
102 | struct hayes_esp_config config; /* port configuration */ | 101 | struct hayes_esp_config config; /* port configuration */ |
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 | ||
diff --git a/include/linux/tty.h b/include/linux/tty.h index 9fdc3d84baad..0daa8a72b176 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -203,6 +203,7 @@ struct tty_port { | |||
203 | int count; /* Usage count */ | 203 | int count; /* Usage count */ |
204 | wait_queue_head_t open_wait; /* Open waiters */ | 204 | wait_queue_head_t open_wait; /* Open waiters */ |
205 | wait_queue_head_t close_wait; /* Close waiters */ | 205 | wait_queue_head_t close_wait; /* Close waiters */ |
206 | wait_queue_head_t delta_msr_wait; /* Modem status change */ | ||
206 | unsigned long flags; /* TTY flags ASY_*/ | 207 | unsigned long flags; /* TTY flags ASY_*/ |
207 | struct mutex mutex; /* Locking */ | 208 | struct mutex mutex; /* Locking */ |
208 | unsigned char *xmit_buf; /* Optional buffer */ | 209 | unsigned char *xmit_buf; /* Optional buffer */ |