summaryrefslogtreecommitdiffstats
path: root/include/linux/epca.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/epca.h')
-rw-r--r--include/linux/epca.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/epca.h b/include/linux/epca.h
index 504948149..18cedf37c 100644
--- a/include/linux/epca.h
+++ b/include/linux/epca.h
@@ -140,8 +140,8 @@ struct channel
struct tty_struct *tty;
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;
volatile struct global_data *mailbox;
};