patch-2.3.1 linux/drivers/char/rocket_int.h

Next file: linux/drivers/char/rtc.c
Previous file: linux/drivers/char/rocket.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/drivers/char/rocket_int.h linux/drivers/char/rocket_int.h
@@ -1144,8 +1144,8 @@
 	struct termios		normal_termios;
 	struct termios		callout_termios;
 	struct tq_struct	tqueue;
-	struct wait_queue	*open_wait;
-	struct wait_queue	*close_wait;
+	wait_queue_head_t	open_wait;
+	wait_queue_head_t	close_wait;
 };
 	
 #define RPORT_MAGIC 0x525001

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)