diff options
author | Alan Cox <alan@linux.intel.com> | 2009-09-19 13:13:31 -0700 |
---|---|---|
committer | Live-CD User <linux@linux.site> | 2009-09-19 13:13:31 -0700 |
commit | bdc04e3174e18f475289fa8f4144f66686326b7e (patch) | |
tree | c0bf03c8d6df1629bfa26b686fe65ffb0c87aeb7 /include/linux/hayesesp.h | |
parent | a2bceae065ed8c4f552b35c4dde4cc2db05ce9e3 (diff) | |
download | op-kernel-dev-bdc04e3174e18f475289fa8f4144f66686326b7e.zip op-kernel-dev-bdc04e3174e18f475289fa8f4144f66686326b7e.tar.gz |
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/hayesesp.h')
-rw-r--r-- | include/linux/hayesesp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hayesesp.h b/include/linux/hayesesp.h index 940aeb5..92b08cf 100644 --- a/include/linux/hayesesp.h +++ b/include/linux/hayesesp.h @@ -96,7 +96,6 @@ struct esp_struct { int xmit_head; int xmit_tail; int xmit_cnt; - wait_queue_head_t delta_msr_wait; wait_queue_head_t break_wait; struct async_icount icount; /* kernel counters for the 4 input interrupts */ struct hayes_esp_config config; /* port configuration */ |