|
@@ -61,7 +61,7 @@ static struct scsi_host_template pm8001_sht = {
|
|
.name = DRV_NAME,
|
|
.name = DRV_NAME,
|
|
.queuecommand = sas_queuecommand,
|
|
.queuecommand = sas_queuecommand,
|
|
.target_alloc = sas_target_alloc,
|
|
.target_alloc = sas_target_alloc,
|
|
- .slave_configure = pm8001_slave_configure,
|
|
|
|
|
|
+ .slave_configure = sas_slave_configure,
|
|
.slave_destroy = sas_slave_destroy,
|
|
.slave_destroy = sas_slave_destroy,
|
|
.scan_finished = pm8001_scan_finished,
|
|
.scan_finished = pm8001_scan_finished,
|
|
.scan_start = pm8001_scan_start,
|
|
.scan_start = pm8001_scan_start,
|
|
@@ -76,7 +76,7 @@ static struct scsi_host_template pm8001_sht = {
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
.use_clustering = ENABLE_CLUSTERING,
|
|
.eh_device_reset_handler = sas_eh_device_reset_handler,
|
|
.eh_device_reset_handler = sas_eh_device_reset_handler,
|
|
.eh_bus_reset_handler = sas_eh_bus_reset_handler,
|
|
.eh_bus_reset_handler = sas_eh_bus_reset_handler,
|
|
- .slave_alloc = pm8001_slave_alloc,
|
|
|
|
|
|
+ .slave_alloc = sas_slave_alloc,
|
|
.target_destroy = sas_target_destroy,
|
|
.target_destroy = sas_target_destroy,
|
|
.ioctl = sas_ioctl,
|
|
.ioctl = sas_ioctl,
|
|
.shost_attrs = pm8001_host_attrs,
|
|
.shost_attrs = pm8001_host_attrs,
|