diff options
Diffstat (limited to 'include/linux/vt_kern.h')
-rw-r--r-- | include/linux/vt_kern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index e1b727680..66451acdb 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -27,7 +27,7 @@ extern struct vt_struct { struct vt_mode vt_mode; int vt_pid; int vt_newvt; - struct wait_queue *paste_wait; + wait_queue_head_t paste_wait; } *vt_cons[MAX_NR_CONSOLES]; void (*kd_mksound)(unsigned int hz, unsigned int ticks); |