diff options
Diffstat (limited to 'drivers/ata/pata_platform.c')
-rw-r--r-- | drivers/ata/pata_platform.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/ata/pata_platform.c b/drivers/ata/pata_platform.c index 602f5562d6fb..cd2d03a4591a 100644 --- a/drivers/ata/pata_platform.c +++ b/drivers/ata/pata_platform.c | |||
@@ -47,21 +47,7 @@ static int pata_platform_set_mode(struct ata_link *link, struct ata_device **unu | |||
47 | } | 47 | } |
48 | 48 | ||
49 | static struct scsi_host_template pata_platform_sht = { | 49 | static struct scsi_host_template pata_platform_sht = { |
50 | .module = THIS_MODULE, | 50 | ATA_PIO_SHT(DRV_NAME), |
51 | .name = DRV_NAME, | ||
52 | .ioctl = ata_scsi_ioctl, | ||
53 | .queuecommand = ata_scsi_queuecmd, | ||
54 | .can_queue = ATA_DEF_QUEUE, | ||
55 | .this_id = ATA_SHT_THIS_ID, | ||
56 | .sg_tablesize = LIBATA_MAX_PRD, | ||
57 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | ||
58 | .emulated = ATA_SHT_EMULATED, | ||
59 | .use_clustering = ATA_SHT_USE_CLUSTERING, | ||
60 | .proc_name = DRV_NAME, | ||
61 | .dma_boundary = ATA_DMA_BOUNDARY, | ||
62 | .slave_configure = ata_scsi_slave_config, | ||
63 | .slave_destroy = ata_scsi_slave_destroy, | ||
64 | .bios_param = ata_std_bios_param, | ||
65 | }; | 51 | }; |
66 | 52 | ||
67 | static struct ata_port_operations pata_platform_port_ops = { | 53 | static struct ata_port_operations pata_platform_port_ops = { |