diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index 421e98e1d522..3aa568fbdbf7 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c | |||
@@ -79,6 +79,7 @@ static struct scsi_host_template aic94xx_sht = { | |||
79 | .sg_tablesize = SG_ALL, | 79 | .sg_tablesize = SG_ALL, |
80 | .max_sectors = SCSI_DEFAULT_MAX_SECTORS, | 80 | .max_sectors = SCSI_DEFAULT_MAX_SECTORS, |
81 | .use_clustering = ENABLE_CLUSTERING, | 81 | .use_clustering = ENABLE_CLUSTERING, |
82 | .eh_device_reset_handler = sas_eh_device_reset_handler, | ||
82 | }; | 83 | }; |
83 | 84 | ||
84 | static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha) | 85 | static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha) |