From: Geert Uytterhoeven Date: Tue, 18 Nov 2008 20:25:15 +0000 (+0100) Subject: m68k/scsi: mvme147 - Kill obsolete HOSTS_C logic X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5d3f2c38603289fdaa60644ceb93307f0abc77de;p=linux-beck.git 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 Signed-off-by: Geert Uytterhoeven --- 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",