diff options
Diffstat (limited to 'drivers/scsi/t128.c')
-rw-r--r-- | drivers/scsi/t128.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/scsi/t128.c b/drivers/scsi/t128.c index 0420c4dc1..f152035b9 100644 --- a/drivers/scsi/t128.c +++ b/drivers/scsi/t128.c @@ -393,9 +393,7 @@ static inline int NCR5380_pwrite (struct Scsi_Host *instance, unsigned char *src #include "NCR5380.c" -#ifdef MODULE /* Eventually this will go into an include file, but this will be later */ -Scsi_Host_Template driver_template = TRANTOR_T128; +static Scsi_Host_Template driver_template = TRANTOR_T128; #include "scsi_module.c" -#endif |