diff options
Diffstat (limited to 'drivers/ata/pata_efar.c')
-rw-r--r-- | drivers/ata/pata_efar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_efar.c b/drivers/ata/pata_efar.c index ef18c60fe140..755f79279de3 100644 --- a/drivers/ata/pata_efar.c +++ b/drivers/ata/pata_efar.c | |||
@@ -233,6 +233,7 @@ static struct scsi_host_template efar_sht = { | |||
233 | .proc_name = DRV_NAME, | 233 | .proc_name = DRV_NAME, |
234 | .dma_boundary = ATA_DMA_BOUNDARY, | 234 | .dma_boundary = ATA_DMA_BOUNDARY, |
235 | .slave_configure = ata_scsi_slave_config, | 235 | .slave_configure = ata_scsi_slave_config, |
236 | .slave_destroy = ata_scsi_slave_destroy, | ||
236 | .bios_param = ata_std_bios_param, | 237 | .bios_param = ata_std_bios_param, |
237 | }; | 238 | }; |
238 | 239 | ||