patch-2.3.1 linux/drivers/net/ibmtr.h

Next file: linux/drivers/net/ppp.c
Previous file: linux/drivers/net/ibmtr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/drivers/net/ibmtr.h linux/drivers/net/ibmtr.h
@@ -193,8 +193,8 @@
 	unsigned short maxmtu16;
 	/* Additions by David Morris       */
 	unsigned char do_tok_int;
-	struct wait_queue *wait_for_tok_int;
-	struct wait_queue *wait_for_reset;
+	wait_queue_head_t wait_for_tok_int;
+	wait_queue_head_t wait_for_reset;
 	unsigned char sram_base;
 	/* Additions by Peter De Schrijver */
 	unsigned char page_mask;          /* mask to select RAM page to Map*/

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