patch-2.4.19 linux-2.4.19/drivers/scsi/atari_NCR5380.c
Next file: linux-2.4.19/drivers/scsi/atari_scsi.c
Previous file: linux-2.4.19/drivers/scsi/aic7xxx/scsi_message.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/scsi/atari_NCR5380.c
- Orig date:
Tue Aug 31 11:23:03 1999
diff -urN linux-2.4.18/drivers/scsi/atari_NCR5380.c linux-2.4.19/drivers/scsi/atari_NCR5380.c
@@ -644,10 +644,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)