PATCH: fix imm compile

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue Oct 08 2002 - 14:03:07 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/drivers/scsi/imm.c linux.2.5.41-ac1/drivers/scsi/imm.c
--- linux.2.5.41/drivers/scsi/imm.c 2002-10-07 22:12:25.000000000 +0100
+++ linux.2.5.41-ac1/drivers/scsi/imm.c 2002-10-08 00:53:06.000000000 +0100
@@ -27,8 +27,10 @@
 #include <linux/blk.h>
 #include <asm/io.h>
 #include <linux/parport.h>
+#include <linux/workqueue.h>
 #include "sd.h"
 #include "hosts.h"
+
 typedef struct {
     struct pardevice *dev; /* Parport device entry */
     int base; /* Actual port address */
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/drivers/scsi/imm.h linux.2.5.41-ac1/drivers/scsi/imm.h
--- linux.2.5.41/drivers/scsi/imm.h 2002-10-02 21:32:55.000000000 +0100
+++ linux.2.5.41-ac1/drivers/scsi/imm.h 2002-10-08 00:53:12.000000000 +0100
@@ -71,7 +71,6 @@
 #include <linux/stddef.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/tqueue.h>
 #include <linux/ioport.h>
 #include <linux/delay.h>
 #include <linux/proc_fs.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:27 EST