From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [PATCH] missing include for sim710
Date: Tue, 11 Feb 2003 13:34:56 +0100 [thread overview]
Message-ID: <200302111334.56193@bilbo.math.uni-mannheim.de> (raw)
--- 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",
reply other threads:[~2003-02-11 12:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200302111334.56193@bilbo.math.uni-mannheim.de \
--to=eike-kernel@sf-tec.de \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox