diff options
Diffstat (limited to 'drivers/serial/crisv10.h')
-rw-r--r-- | drivers/serial/crisv10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/crisv10.h b/drivers/serial/crisv10.h index f30b93d6ef79..4a23340663aa 100644 --- a/drivers/serial/crisv10.h +++ b/drivers/serial/crisv10.h | |||
@@ -93,8 +93,8 @@ struct e100_serial { | |||
93 | 93 | ||
94 | struct work_struct work; | 94 | struct work_struct work; |
95 | struct async_icount icount; /* error-statistics etc.*/ | 95 | struct async_icount icount; /* error-statistics etc.*/ |
96 | struct termios normal_termios; | 96 | struct ktermios normal_termios; |
97 | struct termios callout_termios; | 97 | struct ktermios callout_termios; |
98 | #ifdef DECLARE_WAITQUEUE | 98 | #ifdef DECLARE_WAITQUEUE |
99 | wait_queue_head_t open_wait; | 99 | wait_queue_head_t open_wait; |
100 | wait_queue_head_t close_wait; | 100 | wait_queue_head_t close_wait; |