patch-2.3.7 linux/drivers/acorn/block/mfmhd.c
Next file: linux/drivers/acorn/char/Config.in
Previous file: linux/drivers/acorn/block/mfm.S
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Jun 17 01:11:35 1999
-  Orig file: 
v2.3.6/linux/drivers/acorn/block/mfmhd.c
-  Orig date: 
Sat May 15 15:05:35 1999
diff -u --recursive --new-file v2.3.6/linux/drivers/acorn/block/mfmhd.c linux/drivers/acorn/block/mfmhd.c
@@ -123,6 +123,7 @@
 #include <asm/dma.h>
 #include <asm/hardware.h>
 #include <asm/ecard.h>
+#include <asm/ioc.h>
 
 /*
  * This sort of stuff should be in a header file shared with ide.c, hd.c, xd.c etc
@@ -261,7 +262,9 @@
 	void (*done) (int st);	/* done handler */
 } *cont = NULL;
 
+#if 0
 static struct tq_struct mfm_tq = {0, 0, (void (*)(void *)) NULL, 0};
+#endif
 
 int number_mfm_drives = 1;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)