diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-02-07 03:16:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:34 -0500 |
commit | d0d4e1c098754bfbb2aeb94333756d63d255688e (patch) | |
tree | 0f97e4ebe3509974180608f5d412a94ea69a5c8c /drivers/char/specialix_io8.h | |
parent | cfccaeea62f020242e59a992e1f1a60fe7e5694e (diff) |
Char: specialix, remove bottomhalves
- tqueue is used only for tty_wakeup, call it directly from the code
- tqueue_hangup for tty_hangup, it schedules its own work, use it directly
too
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/specialix_io8.h')
-rw-r--r-- | drivers/char/specialix_io8.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/specialix_io8.h b/drivers/char/specialix_io8.h index 895bd90de363..3f2f85bdf516 100644 --- a/drivers/char/specialix_io8.h +++ b/drivers/char/specialix_io8.h | |||
@@ -112,7 +112,6 @@ struct specialix_port { | |||
112 | struct tty_struct * tty; | 112 | struct tty_struct * tty; |
113 | int count; | 113 | int count; |
114 | int blocked_open; | 114 | int blocked_open; |
115 | ulong event; | ||
116 | int timeout; | 115 | int timeout; |
117 | int close_delay; | 116 | int close_delay; |
118 | unsigned char * xmit_buf; | 117 | unsigned char * xmit_buf; |
@@ -122,8 +121,6 @@ struct specialix_port { | |||
122 | int xmit_cnt; | 121 | int xmit_cnt; |
123 | wait_queue_head_t open_wait; | 122 | wait_queue_head_t open_wait; |
124 | wait_queue_head_t close_wait; | 123 | wait_queue_head_t close_wait; |
125 | struct work_struct tqueue; | ||
126 | struct work_struct tqueue_hangup; | ||
127 | short wakeup_chars; | 124 | short wakeup_chars; |
128 | short break_length; | 125 | short break_length; |
129 | unsigned short closing_wait; | 126 | unsigned short closing_wait; |