From 59223edaa18759982db0a8aced0e77457d10c68e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 17 Jun 1999 13:25:08 +0000 Subject: Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don't have a MIPS box at hand. --- include/linux/pc_keyb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/pc_keyb.h') diff --git a/include/linux/pc_keyb.h b/include/linux/pc_keyb.h index 29ccd3956..22e00989c 100644 --- a/include/linux/pc_keyb.h +++ b/include/linux/pc_keyb.h @@ -124,7 +124,7 @@ extern unsigned char aux_device_present; struct aux_queue { unsigned long head; unsigned long tail; - struct wait_queue *proc_list; + wait_queue_head_t proc_list; struct fasync_struct *fasync; unsigned char buf[AUX_BUF_SIZE]; }; -- cgit v1.2.3