diff options
Diffstat (limited to 'drivers/ata/sata_sil24.c')
-rw-r--r-- | drivers/ata/sata_sil24.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c index b85464d51f68..7fa63950d81a 100644 --- a/drivers/ata/sata_sil24.c +++ b/drivers/ata/sata_sil24.c | |||
@@ -384,22 +384,10 @@ static struct pci_driver sil24_pci_driver = { | |||
384 | }; | 384 | }; |
385 | 385 | ||
386 | static struct scsi_host_template sil24_sht = { | 386 | static struct scsi_host_template sil24_sht = { |
387 | .module = THIS_MODULE, | 387 | ATA_NCQ_SHT(DRV_NAME), |
388 | .name = DRV_NAME, | ||
389 | .ioctl = ata_scsi_ioctl, | ||
390 | .queuecommand = ata_scsi_queuecmd, | ||
391 | .change_queue_depth = ata_scsi_change_queue_depth, | ||
392 | .can_queue = SIL24_MAX_CMDS, | 388 | .can_queue = SIL24_MAX_CMDS, |
393 | .this_id = ATA_SHT_THIS_ID, | ||
394 | .sg_tablesize = SIL24_MAX_SGE, | 389 | .sg_tablesize = SIL24_MAX_SGE, |
395 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | ||
396 | .emulated = ATA_SHT_EMULATED, | ||
397 | .use_clustering = ATA_SHT_USE_CLUSTERING, | ||
398 | .proc_name = DRV_NAME, | ||
399 | .dma_boundary = ATA_DMA_BOUNDARY, | 390 | .dma_boundary = ATA_DMA_BOUNDARY, |
400 | .slave_configure = ata_scsi_slave_config, | ||
401 | .slave_destroy = ata_scsi_slave_destroy, | ||
402 | .bios_param = ata_std_bios_param, | ||
403 | }; | 391 | }; |
404 | 392 | ||
405 | static const struct ata_port_operations sil24_ops = { | 393 | static const struct ata_port_operations sil24_ops = { |