diff options
Diffstat (limited to 'drivers/ata/pata_sl82c105.c')
-rw-r--r-- | drivers/ata/pata_sl82c105.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_sl82c105.c b/drivers/ata/pata_sl82c105.c index 08a6dc88676f..dc1cfc6d805b 100644 --- a/drivers/ata/pata_sl82c105.c +++ b/drivers/ata/pata_sl82c105.c | |||
@@ -237,6 +237,7 @@ static struct scsi_host_template sl82c105_sht = { | |||
237 | .proc_name = DRV_NAME, | 237 | .proc_name = DRV_NAME, |
238 | .dma_boundary = ATA_DMA_BOUNDARY, | 238 | .dma_boundary = ATA_DMA_BOUNDARY, |
239 | .slave_configure = ata_scsi_slave_config, | 239 | .slave_configure = ata_scsi_slave_config, |
240 | .slave_destroy = ata_scsi_slave_destroy, | ||
240 | .bios_param = ata_std_bios_param, | 241 | .bios_param = ata_std_bios_param, |
241 | }; | 242 | }; |
242 | 243 | ||