diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-11-18 23:25:15 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-26 21:51:07 +0400 |
commit | 5d3f2c38603289fdaa60644ceb93307f0abc77de (patch) | |
tree | 2b8f0af9b21cb331100ad54d62921ca232b2b267 /drivers/scsi/mvme147.c | |
parent | c57c1cab789e4d54fd767fb844e3a309c754e6ed (diff) | |
download | linux-5d3f2c38603289fdaa60644ceb93307f0abc77de.tar.xz |
m68k/scsi: mvme147 - Kill obsolete HOSTS_C logic
Kill the obsolete HOSTS_C define and the related double inclusion of mvme147.h
Acked-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/scsi/mvme147.c')
-rw-r--r-- | drivers/scsi/mvme147.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/mvme147.c b/drivers/scsi/mvme147.c index 1b6195b4717d..c29d0dbb9660 100644 --- a/drivers/scsi/mvme147.c +++ b/drivers/scsi/mvme147.c @@ -134,9 +134,6 @@ static int mvme147_bus_reset(struct scsi_cmnd *cmd) return SUCCESS; } -#define HOSTS_C - -#include "mvme147.h" static struct scsi_host_template driver_template = { .proc_name = "MVME147", |