patch-2.3.3 linux/drivers/net/z85230.h

Next file: linux/drivers/sbus/char/pcikbd.c
Previous file: linux/drivers/net/sunhme.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.2/linux/drivers/net/z85230.h linux/drivers/net/z85230.h
@@ -331,8 +331,8 @@
 	int			line;		/* Minor number */
 	struct termios		normal_termios;	/* Terminal settings */
 	struct termios		callout_termios;
-	struct wait_queue	*open_wait;	/* Tasks waiting to open */
-	struct wait_queue	*close_wait;	/* and for close to end */
+	wait_queue_head_t	open_wait;	/* Tasks waiting to open */
+	wait_queue_head_t	close_wait;	/* and for close to end */
 	unsigned long		event;		/* Pending events */
 	int			fdcount;    	/* # of fd on device */
 	int			blocked_open;	/* # of blocked opens */

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