diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-11-18 15:25:15 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-26 13:51:07 -0400 |
commit | 5d3f2c38603289fdaa60644ceb93307f0abc77de (patch) | |
tree | 2b8f0af9b21cb331100ad54d62921ca232b2b267 | |
parent | c57c1cab789e4d54fd767fb844e3a309c754e6ed (diff) |
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>
-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) | |||
134 | return SUCCESS; | 134 | return SUCCESS; |
135 | } | 135 | } |
136 | 136 | ||
137 | #define HOSTS_C | ||
138 | |||
139 | #include "mvme147.h" | ||
140 | 137 | ||
141 | static struct scsi_host_template driver_template = { | 138 | static struct scsi_host_template driver_template = { |
142 | .proc_name = "MVME147", | 139 | .proc_name = "MVME147", |