summaryrefslogtreecommitdiffstats
path: root/drivers/char/specialix_io8.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/specialix_io8.h')
-rw-r--r--drivers/char/specialix_io8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/specialix_io8.h b/drivers/char/specialix_io8.h
index f4ca99ea6..e2a4a224c 100644
--- a/drivers/char/specialix_io8.h
+++ b/drivers/char/specialix_io8.h
@@ -122,8 +122,8 @@ struct specialix_port {
int xmit_cnt;
struct termios normal_termios;
struct termios callout_termios;
- struct wait_queue *open_wait;
- struct wait_queue *close_wait;
+ wait_queue_head_t open_wait;
+ wait_queue_head_t close_wait;
struct tq_struct tqueue;
struct tq_struct tqueue_hangup;
short wakeup_chars;