[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46B0A6F1.3060308@googlemail.com>
Date: Wed, 01 Aug 2007 17:29:53 +0200
From: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
linux-scsi@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [RFC][PATCH] Remove stat.h from drivers/scsi/a2091.c
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 <michal.k.k.piotrowski@...il.com>
--- linux-mm-clean/drivers/scsi/a2091.c 2007-07-09 01:32:17.000000000 +0200
+++ linux-mm/drivers/scsi/a2091.c 2007-08-01 17:26:39.000000000 +0200
@@ -18,8 +18,6 @@
#include "wd33c93.h"
#include "a2091.h"
-#include<linux/stat.h>
-
#define DMA(ptr) ((a2091_scsiregs *)((ptr)->base))
#define HDATA(ptr) ((struct WD33C93_hostdata *)((ptr)->hostdata))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists