Subject: scsi: wd33c93 needs Cc: "James E.J. Bottomley" , linux-scsi@vger.kernel.org, linux-mips@linux-mips.org From: Geert Uytterhoeven wd33c93 SCSI needs 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 (CONFIG_SGIWD93_SCSI=y) Signed-off-by: Geert Uytterhoeven --- drivers/scsi/wd33c93.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/scsi/wd33c93.c +++ b/drivers/scsi/wd33c93.c @@ -89,6 +89,8 @@ #include #include +#include + #include "wd33c93.h" #define optimum_sx_per(hostdata) (hostdata)->sx_table[1].period_ns