diff options
Diffstat (limited to 'drivers/ata/pata_it8213.c')
-rw-r--r-- | drivers/ata/pata_it8213.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index 25c49c2e1519..678a05b304d8 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -243,21 +243,7 @@ static void it8213_set_dmamode (struct ata_port *ap, struct ata_device *adev) | |||
243 | } | 243 | } |
244 | 244 | ||
245 | static struct scsi_host_template it8213_sht = { | 245 | static struct scsi_host_template it8213_sht = { |
246 | .module = THIS_MODULE, | 246 | ATA_BMDMA_SHT(DRV_NAME), |
247 | .name = DRV_NAME, | ||
248 | .ioctl = ata_scsi_ioctl, | ||
249 | .queuecommand = ata_scsi_queuecmd, | ||
250 | .can_queue = ATA_DEF_QUEUE, | ||
251 | .this_id = ATA_SHT_THIS_ID, | ||
252 | .sg_tablesize = LIBATA_MAX_PRD, | ||
253 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | ||
254 | .emulated = ATA_SHT_EMULATED, | ||
255 | .use_clustering = ATA_SHT_USE_CLUSTERING, | ||
256 | .proc_name = DRV_NAME, | ||
257 | .dma_boundary = ATA_DMA_BOUNDARY, | ||
258 | .slave_configure = ata_scsi_slave_config, | ||
259 | .slave_destroy = ata_scsi_slave_destroy, | ||
260 | .bios_param = ata_std_bios_param, | ||
261 | }; | 247 | }; |
262 | 248 | ||
263 | static const struct ata_port_operations it8213_ops = { | 249 | static const struct ata_port_operations it8213_ops = { |