From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934249AbXGTQty (ORCPT ); Fri, 20 Jul 2007 12:49:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764831AbXGTQoa (ORCPT ); Fri, 20 Jul 2007 12:44:30 -0400 Received: from astra.telenet-ops.be ([195.130.132.58]:38026 "EHLO astra.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758898AbXGTQoW (ORCPT ); Fri, 20 Jul 2007 12:44:22 -0400 Message-Id: <20070720164324.097994947@mail.of.borg> References: <20070720164043.523003359@mail.of.borg> User-Agent: quilt/0.46-1 Date: Fri, 20 Jul 2007 18:40:46 +0200 From: Geert Uytterhoeven To: Andrew Morton Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, "James E.J. Bottomley" , linux-scsi@vger.kernel.org, linux-mips@linux-mips.org Subject: [patch 3/3] scsi: wd33c93 needs Content-Disposition: inline; filename=m68k-wd33c93-needs-asm-irq.diff Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 -- Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds