public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing include for sim710
@ 2003-02-11 12:34 Rolf Eike Beer
  0 siblings, 0 replies; only message in thread
From: Rolf Eike Beer @ 2003-02-11 12:34 UTC (permalink / raw)
  To: SCSI Mailing List

--- linux-2.5.60/drivers/scsi/sim710.c	Mon Feb 10 19:38:49 2003
+++ linux-2.5.60-eike/drivers/scsi/sim710.c	Tue Feb 11 13:32:29 2003
@@ -32,6 +32,7 @@
 #include <linux/blk.h>
 #include <linux/device.h>
 #include <linux/init.h>
+#include <linux/interrupt.h>
 #ifdef CONFIG_MCA
 #include <linux/mca.h>
 #endif
@@ -129,7 +130,7 @@
 {
 	struct Scsi_Host * host = NULL;
 	struct NCR_700_Host_Parameters *hostdata =
-		kmalloc(sizeof(struct NCR_700_Host_Parameters),	GFP_KERNEL);
+		kmalloc(sizeof(struct NCR_700_Host_Parameters), GFP_KERNEL);
 
 	printk(KERN_NOTICE "sim710: %s\n", dev->name);
 	printk(KERN_NOTICE "sim710: irq = %d, clock = %d, base = 0x%lx, scsi_id = %d\n",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-11 12:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-11 12:34 [PATCH] missing include for sim710 Rolf Eike Beer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox