diff options
Diffstat (limited to 'drivers/ata/pata_via.c')
-rw-r--r-- | drivers/ata/pata_via.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_via.c b/drivers/ata/pata_via.c index 1e7be9eee9c3..c5f1616d224d 100644 --- a/drivers/ata/pata_via.c +++ b/drivers/ata/pata_via.c | |||
@@ -295,6 +295,7 @@ static struct scsi_host_template via_sht = { | |||
295 | .proc_name = DRV_NAME, | 295 | .proc_name = DRV_NAME, |
296 | .dma_boundary = ATA_DMA_BOUNDARY, | 296 | .dma_boundary = ATA_DMA_BOUNDARY, |
297 | .slave_configure = ata_scsi_slave_config, | 297 | .slave_configure = ata_scsi_slave_config, |
298 | .slave_destroy = ata_scsi_slave_destroy, | ||
298 | .bios_param = ata_std_bios_param, | 299 | .bios_param = ata_std_bios_param, |
299 | }; | 300 | }; |
300 | 301 | ||