diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-06-11 07:41:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-11 07:41:28 -0700 |
| commit | 99a21edebbfd8c29e39ee7fcc8a1ffa423657290 (patch) | |
| tree | 4a82db683b56b0c84f9bc24d2db7083bf663a1f7 /include | |
| parent | e9f92fa1c214e52fa9afe50ac6e59be0fe20c6eb (diff) | |
[PATCH] tty_driver refcounting
killed the last remnants of callout stuff - we don't need to mess with
storing termios privately anymore.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/cyclades.h | 1 | ||||
| -rw-r--r-- | include/linux/generic_serial.h | 1 | ||||
| -rw-r--r-- | include/linux/hayesesp.h | 1 | ||||
| -rw-r--r-- | include/linux/isdn.h | 1 | ||||
| -rw-r--r-- | include/linux/isicom.h | 1 | ||||
| -rw-r--r-- | include/linux/istallion.h | 1 | ||||
| -rw-r--r-- | include/linux/serial167.h | 1 | ||||
| -rw-r--r-- | include/linux/serialP.h | 1 | ||||
| -rw-r--r-- | include/linux/stallion.h | 1 | ||||
| -rw-r--r-- | include/net/irda/ircomm_tty.h | 2 |
10 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/cyclades.h b/include/linux/cyclades.h index 1e4165e822c2..0be662bf061d 100644 --- a/include/linux/cyclades.h +++ b/include/linux/cyclades.h @@ -596,7 +596,6 @@ struct cyclades_port { int default_timeout; unsigned long jiffies[3]; unsigned long rflush_count; - struct termios normal_termios; struct cyclades_monitor mon; struct cyclades_idle_stats idle_stats; struct cyclades_icount icount; diff --git a/include/linux/generic_serial.h b/include/linux/generic_serial.h index 35ee1c1fdd3e..fcd3c18a98c5 100644 --- a/include/linux/generic_serial.h +++ b/include/linux/generic_serial.h @@ -36,7 +36,6 @@ struct gs_port { int xmit_cnt; /* struct semaphore port_write_sem; */ int flags; - struct termios normal_termios; wait_queue_head_t open_wait; wait_queue_head_t close_wait; int count; diff --git a/include/linux/hayesesp.h b/include/linux/hayesesp.h index 6c1e096b77ed..131d71116c14 100644 --- a/include/linux/hayesesp.h +++ b/include/linux/hayesesp.h @@ -102,7 +102,6 @@ struct esp_struct { int xmit_cnt; struct work_struct tqueue; struct work_struct tqueue_hangup; - struct termios normal_termios; wait_queue_head_t open_wait; wait_queue_head_t close_wait; wait_queue_head_t delta_msr_wait; diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 88326d844312..fe4e4f154b1c 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -343,7 +343,6 @@ typedef struct modem_info { struct timer_list ring_timer; /* for writing 'RING' responses */ struct timer_list connect_timer; /* waiting for CONNECT */ struct timer_list read_timer; /* read incoming data */ - struct termios normal_termios; /* For saving termios structs */ wait_queue_head_t open_wait, close_wait; struct semaphore write_sem; } modem_info; diff --git a/include/linux/isicom.h b/include/linux/isicom.h index a7d9dd5cd5e5..c24383215978 100644 --- a/include/linux/isicom.h +++ b/include/linux/isicom.h @@ -158,7 +158,6 @@ struct isi_port { int xmit_head; int xmit_tail; int xmit_cnt; - struct termios normal_termios; }; diff --git a/include/linux/istallion.h b/include/linux/istallion.h index a712bf1c0120..0376ed672c0b 100644 --- a/include/linux/istallion.h +++ b/include/linux/istallion.h @@ -78,7 +78,6 @@ typedef struct { wait_queue_head_t raw_wait; #endif struct work_struct tqhangup; - struct termios normaltermios; asysigs_t asig; unsigned long addr; unsigned long rxoffset; diff --git a/include/linux/serial167.h b/include/linux/serial167.h index 1573385b24bc..71b6df2516a6 100644 --- a/include/linux/serial167.h +++ b/include/linux/serial167.h @@ -50,7 +50,6 @@ struct cyclades_port { int default_threshold; int default_timeout; struct work_struct tqueue; - struct termios normal_termios; wait_queue_head_t open_wait; wait_queue_head_t close_wait; struct cyclades_monitor mon; diff --git a/include/linux/serialP.h b/include/linux/serialP.h index 9900626e1027..b4a17afde7df 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h @@ -49,7 +49,6 @@ struct serial_state { unsigned short close_delay; unsigned short closing_wait; /* time to wait before closing */ struct async_icount icount; - struct termios normal_termios; int io_type; struct async_struct *info; struct pci_dev *dev; diff --git a/include/linux/stallion.h b/include/linux/stallion.h index 298bb015dadd..bb0d71b263d1 100644 --- a/include/linux/stallion.h +++ b/include/linux/stallion.h @@ -100,7 +100,6 @@ typedef struct stlport { wait_queue_head_t open_wait; wait_queue_head_t close_wait; #endif - struct termios normaltermios; struct work_struct tqueue; comstats_t stats; stlrq_t tx; diff --git a/include/net/irda/ircomm_tty.h b/include/net/irda/ircomm_tty.h index 0b446540751d..dbb43c14934d 100644 --- a/include/net/irda/ircomm_tty.h +++ b/include/net/irda/ircomm_tty.h @@ -92,8 +92,6 @@ struct ircomm_tty_cb { void *skey; void *ckey; - struct termios normal_termios; - wait_queue_head_t open_wait; wait_queue_head_t close_wait; struct timer_list watchdog_timer; |
