Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751852AbWHUKn6 (ORCPT ); Mon, 21 Aug 2006 06:43:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751848AbWHUKn6 (ORCPT ); Mon, 21 Aug 2006 06:43:58 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:2823 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1751853AbWHUKn5 (ORCPT ); Mon, 21 Aug 2006 06:43:57 -0400 Date: Mon, 21 Aug 2006 12:43:57 +0200 From: Adrian Bunk To: James.Bottomley@SteelEye.com Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] drivers/scsi/wd33c93.c: cleanups Message-ID: <20060821104357.GH11651@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.12-2006-07-14 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 31 This patch contains the following cleanups: - #include for getting the prototypes of {dis,en}able_irq() - make the needlessly global wd33c93_setup() static Signed-off-by: Adrian Bunk --- linux-2.6.18-rc4-mm2/drivers/scsi/wd33c93.c.old 2006-08-21 03:16:42.000000000 +0200 +++ linux-2.6.18-rc4-mm2/drivers/scsi/wd33c93.c 2006-08-21 03:17:10.000000000 +0200 @@ -79,6 +79,7 @@ #include #include #include +#include #include #include @@ -1710,7 +1711,7 @@ static char setup_used[MAX_SETUP_ARGS]; static int done_setup = 0; -int +static int wd33c93_setup(char *str) { int i; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/