diff options
Diffstat (limited to 'drivers/ata/pata_it8213.c')
-rw-r--r-- | drivers/ata/pata_it8213.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index e0c2cc29d0ca..25c49c2e1519 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -250,13 +250,13 @@ static struct scsi_host_template it8213_sht = { | |||
250 | .can_queue = ATA_DEF_QUEUE, | 250 | .can_queue = ATA_DEF_QUEUE, |
251 | .this_id = ATA_SHT_THIS_ID, | 251 | .this_id = ATA_SHT_THIS_ID, |
252 | .sg_tablesize = LIBATA_MAX_PRD, | 252 | .sg_tablesize = LIBATA_MAX_PRD, |
253 | .max_sectors = ATA_MAX_SECTORS, | ||
254 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, | 253 | .cmd_per_lun = ATA_SHT_CMD_PER_LUN, |
255 | .emulated = ATA_SHT_EMULATED, | 254 | .emulated = ATA_SHT_EMULATED, |
256 | .use_clustering = ATA_SHT_USE_CLUSTERING, | 255 | .use_clustering = ATA_SHT_USE_CLUSTERING, |
257 | .proc_name = DRV_NAME, | 256 | .proc_name = DRV_NAME, |
258 | .dma_boundary = ATA_DMA_BOUNDARY, | 257 | .dma_boundary = ATA_DMA_BOUNDARY, |
259 | .slave_configure = ata_scsi_slave_config, | 258 | .slave_configure = ata_scsi_slave_config, |
259 | .slave_destroy = ata_scsi_slave_destroy, | ||
260 | .bios_param = ata_std_bios_param, | 260 | .bios_param = ata_std_bios_param, |
261 | }; | 261 | }; |
262 | 262 | ||