summaryrefslogtreecommitdiffstats
path: root/include/linux/coda_psdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/coda_psdev.h')
-rw-r--r--include/linux/coda_psdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h
index 2de8ff1ff..77d2c4ebe 100644
--- a/include/linux/coda_psdev.h
+++ b/include/linux/coda_psdev.h
@@ -23,7 +23,7 @@ struct coda_sb_info
/* communication pending/processing queues */
struct venus_comm {
u_long vc_seq;
- struct wait_queue *vc_waitq; /* Venus wait queue */
+ wait_queue_head_t vc_waitq; /* Venus wait queue */
struct list_head vc_pending;
struct list_head vc_processing;
int vc_inuse;
@@ -93,7 +93,7 @@ struct upc_req {
u_short uc_outSize;
u_short uc_opcode; /* copied from data to save lookup */
int uc_unique;
- struct wait_queue *uc_sleep; /* process' wait queue */
+ wait_queue_head_t uc_sleep; /* process' wait queue */
unsigned long uc_posttime;
};