Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764971AbXHAPXW (ORCPT ); Wed, 1 Aug 2007 11:23:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755856AbXHAPXE (ORCPT ); Wed, 1 Aug 2007 11:23:04 -0400 Received: from nf-out-0910.google.com ([64.233.182.184]:38918 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755444AbXHAPXA (ORCPT ); Wed, 1 Aug 2007 11:23:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding:from; b=oKP54teXpjUj7nsZvkH7JtFBIFRIYyAf35zYvwNKvAgcDubhQGt/uykUcf5dJ5AgvJvJRtqqjW5uhGvXcltsISknJgJ3vxizIxPu7G7TjzmvCFXWU684wmeEU4lnSW9Gz9f9r8kzTg0AIYtam77SMzVal31wO+qWzqq3raVsPL4= Message-ID: <46B0A537.9070907@googlemail.com> Date: Wed, 01 Aug 2007 17:22:31 +0200 User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Christoph Hellwig , Michal Piotrowski , Andrew Morton , linux-scsi@vger.kernel.org, LKML Subject: Re: [RFC][PATCH] Coding style fix drivers/scsi/aha1542.c References: <46B0A30A.8090500@googlemail.com> <20070801151812.GA17601@infradead.org> In-Reply-To: <20070801151812.GA17601@infradead.org> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Michal Piotrowski Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 996 Lines: 43 Christoph Hellwig pisze: > On Wed, Aug 01, 2007 at 05:13:14PM +0200, Michal Piotrowski wrote: >> Hi, >> >> Coding style fix >> >> Regards, >> Michal >> > > I think that include should just go. There is no reason at all for > a scsi driver to include stat.h > > As you wish Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski --- linux-mm-clean/drivers/scsi/aha1542.c 2007-07-09 01:32:17.000000000 +0200 +++ linux-mm/drivers/scsi/aha1542.c 2007-08-01 17:18:57.000000000 +0200 @@ -77,8 +77,6 @@ static void BAD_SG_DMA(Scsi_Cmnd * SCpnt panic("Buffer at physical address > 16Mb used for aha1542"); } -#include - #ifdef DEBUG #define DEB(x) x #else - 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/