From: Matthew Wilcox <matthew@wil.cx>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [SCSI] Fix missing prototypes by including <linux/interrupt.h>.
Date: Fri, 3 Mar 2006 08:25:06 -0700 [thread overview]
Message-ID: <20060303152506.GL1598@parisc-linux.org> (raw)
In-Reply-To: <20060303152148.GA10566@linux-mips.org>
On Fri, Mar 03, 2006 at 03:21:48PM +0000, Ralf Baechle wrote:
> diff --git a/drivers/scsi/wd33c93.c b/drivers/scsi/wd33c93.c
> index fb53eea..cd06e69 100644
> --- a/drivers/scsi/wd33c93.c
> +++ b/drivers/scsi/wd33c93.c
> @@ -78,6 +78,7 @@
> #include <linux/string.h>
> #include <linux/delay.h>
> #include <linux/init.h>
> +#include <linux/interrupt.h>
> #include <linux/blkdev.h>
> #include <asm/irq.h>
If you're adding linux/interrupt.h, you should probably remove the
asm/irq.h since it'll be pulled in through asm/hardirq.h
next prev parent reply other threads:[~2006-03-03 15:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-03 15:21 [SCSI] Fix missing prototypes by including <linux/interrupt.h> Ralf Baechle
2006-03-03 15:25 ` Matthew Wilcox [this message]
2006-03-03 17:02 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2006-03-03 16:34 Ralf Baechle
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=20060303152506.GL1598@parisc-linux.org \
--to=matthew@wil.cx \
--cc=linux-scsi@vger.kernel.org \
--cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.