diff options
Diffstat (limited to 'drivers/char/rocket_int.h')
-rw-r--r-- | drivers/char/rocket_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rocket_int.h b/drivers/char/rocket_int.h index 604e8733b..74dda61ed 100644 --- a/drivers/char/rocket_int.h +++ b/drivers/char/rocket_int.h @@ -1144,8 +1144,8 @@ struct r_port { struct termios normal_termios; struct termios callout_termios; struct tq_struct tqueue; - struct wait_queue *open_wait; - struct wait_queue *close_wait; + wait_queue_head_t open_wait; + wait_queue_head_t close_wait; }; #define RPORT_MAGIC 0x525001 |