diff options
Diffstat (limited to 'drivers/scsi/mac_NCR5380.c')
-rw-r--r-- | drivers/scsi/mac_NCR5380.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/mac_NCR5380.c b/drivers/scsi/mac_NCR5380.c index 331d1c0ac..c8a2c59f1 100644 --- a/drivers/scsi/mac_NCR5380.c +++ b/drivers/scsi/mac_NCR5380.c @@ -3134,6 +3134,10 @@ static int NCR5380_reset( Scsi_Cmnd *cmd, unsigned int reset_flags) #endif /* 1 */ } +static Scsi_Host_Template driver_template = MAC_NCR5380; + +#include "scsi_module.c" + /* Local Variables: */ /* tab-width: 8 */ /* End: */ |