diff options
Diffstat (limited to 'include/linux/stallion.h')
-rw-r--r-- | include/linux/stallion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/stallion.h b/include/linux/stallion.h index 94b4a10b912f..0424d75a5aaa 100644 --- a/include/linux/stallion.h +++ b/include/linux/stallion.h | |||
@@ -95,7 +95,6 @@ struct stlport { | |||
95 | struct tty_struct *tty; | 95 | struct tty_struct *tty; |
96 | wait_queue_head_t open_wait; | 96 | wait_queue_head_t open_wait; |
97 | wait_queue_head_t close_wait; | 97 | wait_queue_head_t close_wait; |
98 | struct work_struct tqueue; | ||
99 | comstats_t stats; | 98 | comstats_t stats; |
100 | struct stlrq tx; | 99 | struct stlrq tx; |
101 | }; | 100 | }; |