2007-08-01 15:40:15

by Michal Piotrowski

[permalink] [raw]
Subject: [RFC][PATCH] Remove stat.h from drivers/scsi/gvp11.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 <[email protected]>

--- 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<linux/stat.h>
-
#define DMA(ptr) ((gvp11_scsiregs *)((ptr)->base))
#define HDATA(ptr) ((struct WD33C93_hostdata *)((ptr)->hostdata))