patch-2.3.3 linux/arch/m68k/atari/stdma.c
Next file: linux/arch/m68k/mac/adb-bus.c
Previous file: linux/arch/i386/lib/checksum.S
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat May 15 15:05:35 1999
- Orig file:
v2.3.2/linux/arch/m68k/atari/stdma.c
- Orig date:
Thu Feb 12 16:30:12 1998
diff -u --recursive --new-file v2.3.2/linux/arch/m68k/atari/stdma.c linux/arch/m68k/atari/stdma.c
@@ -43,7 +43,7 @@
/* int func to be called */
static void (*stdma_isr)(int, void *, struct pt_regs *) = NULL;
static void *stdma_isr_data = NULL; /* data passed to isr */
-static struct wait_queue *stdma_wait = NULL; /* wait queue for ST-DMA */
+static DECLARE_WAIT_QUEUE_HEAD(stdma_wait); /* wait queue for ST-DMA */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)