On Fri, Jul 20, 2007 at 06:40:46PM +0200, Geert Uytterhoeven wrote: > --- a/drivers/scsi/wd33c93.c > +++ b/drivers/scsi/wd33c93.c > @@ -89,6 +89,8 @@ > #include <scsi/scsi_device.h> > #include <scsi/scsi_host.h> > > +#include <asm/irq.h> These days that should probably be <linux/irq.h>. Ralf