diff options
Diffstat (limited to 'include/linux/hfmodem.h')
-rw-r--r-- | include/linux/hfmodem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hfmodem.h b/include/linux/hfmodem.h index 7b35f1169..d23108ee9 100644 --- a/include/linux/hfmodem.h +++ b/include/linux/hfmodem.h @@ -155,7 +155,7 @@ struct hfmodem_state { } clk; int active; - struct wait_queue *wait; + wait_queue_head_t wait; struct { __s16 *kbuf; |