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 - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html