diff options
Diffstat (limited to 'drivers/ata/pata_rb500_cf.c')
-rw-r--r-- | drivers/ata/pata_rb500_cf.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/drivers/ata/pata_rb500_cf.c b/drivers/ata/pata_rb500_cf.c index 22cb9e1a02f5..4543c980342c 100644 --- a/drivers/ata/pata_rb500_cf.c +++ b/drivers/ata/pata_rb500_cf.c | |||
@@ -142,22 +142,7 @@ static struct ata_port_operations rb500_pata_port_ops = { | |||
142 | /* ------------------------------------------------------------------------ */ | 142 | /* ------------------------------------------------------------------------ */ |
143 | 143 | ||
144 | static struct scsi_host_template rb500_pata_sht = { | 144 | static struct scsi_host_template rb500_pata_sht = { |
145 | .module = THIS_MODULE, | 145 | ATA_PIO_SHT(DRV_NAME), |
146 | .name = DRV_NAME, | ||
147 | .ioctl = ata_scsi_ioctl, | ||
148 | .queuecommand = ata_scsi_queuecmd, | ||
149 | .slave_configure = ata_scsi_slave_config, | ||
150 | .slave_destroy = ata_scsi_slave_destroy, | ||
151 | .bios_param = ata_std_bios_param, | ||
152 | .proc_name = DRV_NAME, | ||
153 | |||
154 | .can_queue = ATA_DEF_QUEUE, | ||
155 | .this_id = ATA_SHT_THIS_ID, | ||
156 | .sg_tablesize = LIBATA_MAX_PRD, | ||
157 | .dma_boundary = ATA_DMA_BOUNDARY, | ||
158 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | ||
159 | .emulated = ATA_SHT_EMULATED, | ||
160 | .use_clustering = ATA_SHT_USE_CLUSTERING, | ||
161 | }; | 146 | }; |
162 | 147 | ||
163 | /* ------------------------------------------------------------------------ */ | 148 | /* ------------------------------------------------------------------------ */ |