summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sgiwd93.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sgiwd93.c')
-rw-r--r--drivers/scsi/sgiwd93.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index 5a475aa9a..cd92b715e 100644
--- a/drivers/scsi/sgiwd93.c
+++ b/drivers/scsi/sgiwd93.c
@@ -317,18 +317,14 @@ int __init sgiwd93_detect(Scsi_Host_Template *SGIblows)
return 1; /* Found one. */
}
-#ifdef MODULE
-
#define HOSTS_C
#include "sgiwd93.h"
-Scsi_Host_Template driver_template = SGIWD93_SCSI;
+static Scsi_Host_Template driver_template = SGIWD93_SCSI;
#include "scsi_module.c"
-#endif
-
int sgiwd93_release(struct Scsi_Host *instance)
{
#ifdef MODULE