diff options
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_os.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index d4dd149b466f..c3c59d763037 100644 --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/drivers/scsi/qla4xxx/ql4_os.c | |||
@@ -89,6 +89,8 @@ static struct scsi_host_template qla4xxx_driver_template = { | |||
89 | .slave_alloc = qla4xxx_slave_alloc, | 89 | .slave_alloc = qla4xxx_slave_alloc, |
90 | .slave_destroy = qla4xxx_slave_destroy, | 90 | .slave_destroy = qla4xxx_slave_destroy, |
91 | 91 | ||
92 | .scan_finished = iscsi_scan_finished, | ||
93 | |||
92 | .this_id = -1, | 94 | .this_id = -1, |
93 | .cmd_per_lun = 3, | 95 | .cmd_per_lun = 3, |
94 | .use_clustering = ENABLE_CLUSTERING, | 96 | .use_clustering = ENABLE_CLUSTERING, |
@@ -1306,7 +1308,7 @@ static int __devinit qla4xxx_probe_adapter(struct pci_dev *pdev, | |||
1306 | qla4xxx_version_str, ha->pdev->device, pci_name(ha->pdev), | 1308 | qla4xxx_version_str, ha->pdev->device, pci_name(ha->pdev), |
1307 | ha->host_no, ha->firmware_version[0], ha->firmware_version[1], | 1309 | ha->host_no, ha->firmware_version[0], ha->firmware_version[1], |
1308 | ha->patch_number, ha->build_number); | 1310 | ha->patch_number, ha->build_number); |
1309 | 1311 | scsi_scan_host(host); | |
1310 | return 0; | 1312 | return 0; |
1311 | 1313 | ||
1312 | remove_host: | 1314 | remove_host: |