patch-2.4.19 linux-2.4.19/drivers/scsi/mac_NCR5380.c

Next file: linux-2.4.19/drivers/scsi/mac_esp.c
Previous file: linux-2.4.19/drivers/scsi/jazz_esp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/scsi/mac_NCR5380.c linux-2.4.19/drivers/scsi/mac_NCR5380.c
@@ -662,10 +662,7 @@
 
 static volatile int main_running = 0;
 static struct tq_struct NCR5380_tqueue = {
-    NULL,		/* next */
-    0,			/* sync */
-    (void (*)(void*))NCR5380_main,  /* routine, must have (void *) arg... */
-    NULL		/* data */
+    routine:	(void (*)(void*))NCR5380_main	/* must have (void *) arg... */
 };
 
 static __inline__ void queue_main(void)

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