patch-2.3.3 linux/drivers/cdrom/sbpcd.c

Next file: linux/drivers/char/cyclades.c
Previous file: linux/drivers/cdrom/gscd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.2/linux/drivers/cdrom/sbpcd.c linux/drivers/cdrom/sbpcd.c
@@ -585,7 +585,7 @@
 /*==========================================================================*/
 
 #if FUTURE
-static struct wait_queue *sbp_waitq = NULL;
+static DECLARE_WAIT_QUEUE_HEAD(sbp_waitq);
 #endif FUTURE
 
 static int teac=SBP_TEAC_SPEED;

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