diff options
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r-- | drivers/scsi/sata_mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index 624983c2e24b..634bab17a6bb 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c | |||
@@ -390,6 +390,7 @@ static struct scsi_host_template mv_sht = { | |||
390 | .proc_name = DRV_NAME, | 390 | .proc_name = DRV_NAME, |
391 | .dma_boundary = MV_DMA_BOUNDARY, | 391 | .dma_boundary = MV_DMA_BOUNDARY, |
392 | .slave_configure = ata_scsi_slave_config, | 392 | .slave_configure = ata_scsi_slave_config, |
393 | .slave_destroy = ata_scsi_slave_destroy, | ||
393 | .bios_param = ata_std_bios_param, | 394 | .bios_param = ata_std_bios_param, |
394 | }; | 395 | }; |
395 | 396 | ||