[RFC][PATCH] Remove stat.h from drivers/scsi/a3000.c

From: Michal Piotrowski
Date: Wed Aug 01 2007 - 11:34:57 EST


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@xxxxxxxxx>

--- 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<linux/stat.h>
-
#define DMA(ptr) ((a3000_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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/