|
@@ -59,7 +59,7 @@ static struct scsi_host_template mvs_sht = {
|
|
|
.name = DRV_NAME,
|
|
|
.queuecommand = sas_queuecommand,
|
|
|
.target_alloc = sas_target_alloc,
|
|
|
- .slave_configure = mvs_slave_configure,
|
|
|
+ .slave_configure = sas_slave_configure,
|
|
|
.slave_destroy = sas_slave_destroy,
|
|
|
.scan_finished = mvs_scan_finished,
|
|
|
.scan_start = mvs_scan_start,
|
|
@@ -74,7 +74,7 @@ static struct scsi_host_template mvs_sht = {
|
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
|
.eh_device_reset_handler = sas_eh_device_reset_handler,
|
|
|
.eh_bus_reset_handler = sas_eh_bus_reset_handler,
|
|
|
- .slave_alloc = mvs_slave_alloc,
|
|
|
+ .slave_alloc = sas_slave_alloc,
|
|
|
.target_destroy = sas_target_destroy,
|
|
|
.ioctl = sas_ioctl,
|
|
|
.shost_attrs = mvst_host_attrs,
|