From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Piotrowski Subject: [RFC][PATCH] Remove stat.h from drivers/scsi/gvp11.c Date: Wed, 01 Aug 2007 17:39:29 +0200 Message-ID: <46B0A931.9070209@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]:53541 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755692AbXHAPj7 (ORCPT ); Wed, 1 Aug 2007 11:39:59 -0400 Received: by nf-out-0910.google.com with SMTP id g13so64373nfb for ; Wed, 01 Aug 2007 08:39:57 -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/gvp11.c 2007-07-09 01:32:17.000000000 +0200 +++ linux-mm/drivers/scsi/gvp11.c 2007-08-01 17:36:45.000000000 +0200 @@ -18,8 +18,6 @@ #include "wd33c93.h" #include "gvp11.h" -#include - #define DMA(ptr) ((gvp11_scsiregs *)((ptr)->base)) #define HDATA(ptr) ((struct WD33C93_hostdata *)((ptr)->hostdata))