patch-2.2.18 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:
Fri Sep 15 23:31:12 2000
-  Orig file: 
v2.2.17/drivers/acorn/block/mfmhd.c
-  Orig date: 
Fri Apr 21 12:45:50 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/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)