From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [SCSI] Fix missing prototypes by including . Date: Fri, 3 Mar 2006 08:25:06 -0700 Message-ID: <20060303152506.GL1598@parisc-linux.org> References: <20060303152148.GA10566@linux-mips.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from palinux.external.hp.com ([192.25.206.14]:38618 "EHLO palinux.hppa") by vger.kernel.org with ESMTP id S932154AbWCCPZI (ORCPT ); Fri, 3 Mar 2006 10:25:08 -0500 Content-Disposition: inline In-Reply-To: <20060303152148.GA10566@linux-mips.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Ralf Baechle Cc: linux-scsi@vger.kernel.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 > #include > #include > +#include > #include > #include 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