Re: [patch 3/3] scsi: wd33c93 needs asm/irq.h

2007-07-22 Thread Al Viro
On Fri, Jul 20, 2007 at 11:50:50AM -0600, Matthew Wilcox wrote: On Fri, Jul 20, 2007 at 09:43:47PM +0400, Sergei Shtylyov wrote: Hello Christoph: +#include asm/irq.h These days that should probably be linux/irq.h. Not at all, linux/irq.h is something entirely different.

[patch 3/3] scsi: wd33c93 needs asm/irq.h

2007-07-20 Thread Geert Uytterhoeven
wd33c93 SCSI needs asm/irq.h on m68k drivers/scsi/wd33c93.c: In function 'wd33c93_host_reset': drivers/scsi/wd33c93.c:1582: error: implicit declaration of function 'disable_irq' drivers/scsi/wd33c93.c:1603: error: implicit declaration of function 'enable_irq' The driver still compiles on MIPS

Re: [patch 3/3] scsi: wd33c93 needs asm/irq.h

2007-07-20 Thread James Bottomley
On Fri, 2007-07-20 at 18:40 +0200, Geert Uytterhoeven wrote: plain text document attachment (m68k-wd33c93-needs-asm-irq.diff) wd33c93 SCSI needs asm/irq.h on m68k drivers/scsi/wd33c93.c: In function 'wd33c93_host_reset': drivers/scsi/wd33c93.c:1582: error: implicit declaration of function