summaryrefslogtreecommitdiffstats
path: root/include/linux/pipe_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pipe_fs_i.h')
-rw-r--r--include/linux/pipe_fs_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h
index 3a847d72c..7d44e8293 100644
--- a/include/linux/pipe_fs_i.h
+++ b/include/linux/pipe_fs_i.h
@@ -2,7 +2,7 @@
#define _LINUX_PIPE_FS_I_H
struct pipe_inode_info {
- struct wait_queue * wait;
+ wait_queue_head_t wait;
char * base;
unsigned int start;
unsigned int lock;