From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Piotrowski Subject: [RFC][PATCH] Remove stat.h from drivers/scsi/a3000.c Date: Wed, 01 Aug 2007 17:34:15 +0200 Message-ID: <46B0A7F7.3050301@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Return-path: Received: from nf-out-0910.google.com ([64.233.182.186]:49085 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753914AbXHAPeo (ORCPT ); Wed, 1 Aug 2007 11:34:44 -0400 Received: by nf-out-0910.google.com with SMTP id g13so63990nfb for ; Wed, 01 Aug 2007 08:34:42 -0700 (PDT) Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Morton , linux-scsi@vger.kernel.org, LKML Hi, "There is no reason at all for a scsi driver to include stat.h" -- Christoph Hellwig Regards, Michal -- LOG http://www.stardust.webpages.pl/log/ Signed-off-by: Michal Piotrowski --- linux-mm-clean/drivers/scsi/a3000.c 2007-07-09 01:32:17.000000000 +0200 +++ linux-mm/drivers/scsi/a3000.c 2007-08-01 17:32:34.000000000 +0200 @@ -18,8 +18,6 @@ #include "wd33c93.h" #include "a3000.h" -#include - #define DMA(ptr) ((a3000_scsiregs *)((ptr)->base)) #define HDATA(ptr) ((struct WD33C93_hostdata *)((ptr)->hostdata))