diff options
Diffstat (limited to 'drivers/ata/pata_amd.c')
-rw-r--r-- | drivers/ata/pata_amd.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/ata/pata_amd.c b/drivers/ata/pata_amd.c index 5e1bc13a756b..90d786dfbec3 100644 --- a/drivers/ata/pata_amd.c +++ b/drivers/ata/pata_amd.c | |||
@@ -353,21 +353,7 @@ static void nv_host_stop(struct ata_host *host) | |||
353 | } | 353 | } |
354 | 354 | ||
355 | static struct scsi_host_template amd_sht = { | 355 | static struct scsi_host_template amd_sht = { |
356 | .module = THIS_MODULE, | 356 | ATA_BMDMA_SHT(DRV_NAME), |
357 | .name = DRV_NAME, | ||
358 | .ioctl = ata_scsi_ioctl, | ||
359 | .queuecommand = ata_scsi_queuecmd, | ||
360 | .can_queue = ATA_DEF_QUEUE, | ||
361 | .this_id = ATA_SHT_THIS_ID, | ||
362 | .sg_tablesize = LIBATA_MAX_PRD, | ||
363 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | ||
364 | .emulated = ATA_SHT_EMULATED, | ||
365 | .use_clustering = ATA_SHT_USE_CLUSTERING, | ||
366 | .proc_name = DRV_NAME, | ||
367 | .dma_boundary = ATA_DMA_BOUNDARY, | ||
368 | .slave_configure = ata_scsi_slave_config, | ||
369 | .slave_destroy = ata_scsi_slave_destroy, | ||
370 | .bios_param = ata_std_bios_param, | ||
371 | }; | 357 | }; |
372 | 358 | ||
373 | static struct ata_port_operations amd33_port_ops = { | 359 | static struct ata_port_operations amd33_port_ops = { |