diff options
| -rw-r--r-- | drivers/ata/sata_nv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/sata_nv.c b/drivers/ata/sata_nv.c index adfa693db53d..d53cb8c47f39 100644 --- a/drivers/ata/sata_nv.c +++ b/drivers/ata/sata_nv.c | |||
| @@ -307,6 +307,7 @@ static struct scsi_host_template nv_sht = { | |||
| 307 | .name = DRV_NAME, | 307 | .name = DRV_NAME, |
| 308 | .ioctl = ata_scsi_ioctl, | 308 | .ioctl = ata_scsi_ioctl, |
| 309 | .queuecommand = ata_scsi_queuecmd, | 309 | .queuecommand = ata_scsi_queuecmd, |
| 310 | .change_queue_depth = ata_scsi_change_queue_depth, | ||
| 310 | .can_queue = ATA_DEF_QUEUE, | 311 | .can_queue = ATA_DEF_QUEUE, |
| 311 | .this_id = ATA_SHT_THIS_ID, | 312 | .this_id = ATA_SHT_THIS_ID, |
| 312 | .sg_tablesize = LIBATA_MAX_PRD, | 313 | .sg_tablesize = LIBATA_MAX_PRD, |
| @@ -325,6 +326,7 @@ static struct scsi_host_template nv_adma_sht = { | |||
| 325 | .name = DRV_NAME, | 326 | .name = DRV_NAME, |
| 326 | .ioctl = ata_scsi_ioctl, | 327 | .ioctl = ata_scsi_ioctl, |
| 327 | .queuecommand = ata_scsi_queuecmd, | 328 | .queuecommand = ata_scsi_queuecmd, |
| 329 | .change_queue_depth = ata_scsi_change_queue_depth, | ||
| 328 | .can_queue = NV_ADMA_MAX_CPBS, | 330 | .can_queue = NV_ADMA_MAX_CPBS, |
| 329 | .this_id = ATA_SHT_THIS_ID, | 331 | .this_id = ATA_SHT_THIS_ID, |
| 330 | .sg_tablesize = NV_ADMA_SGTBL_TOTAL_LEN, | 332 | .sg_tablesize = NV_ADMA_SGTBL_TOTAL_LEN, |
