Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 111367f5 authored by Darrick J. Wong's avatar Darrick J. Wong Committed by James Bottomley
Browse files

[SCSI] aic94xx: Register eh_device_reset_handler



Register libsas's default device reset code with the scsi.

Signed-off-by: default avatarDarrick J. Wong <djwong@us.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent ad689233
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ static struct scsi_host_template aic94xx_sht = {
	.sg_tablesize		= SG_ALL,
	.max_sectors		= SCSI_DEFAULT_MAX_SECTORS,
	.use_clustering		= ENABLE_CLUSTERING,
	.eh_device_reset_handler	= sas_eh_device_reset_handler,
};

static int __devinit asd_map_memio(struct asd_ha_struct *asd_ha)