diff options
Diffstat (limited to 'drivers/scsi/sata_sis.c')
-rw-r--r-- | drivers/scsi/sata_sis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sata_sis.c b/drivers/scsi/sata_sis.c index 82a07bff7e91..a07e6e525173 100644 --- a/drivers/scsi/sata_sis.c +++ b/drivers/scsi/sata_sis.c | |||
@@ -96,6 +96,7 @@ static struct scsi_host_template sis_sht = { | |||
96 | .proc_name = DRV_NAME, | 96 | .proc_name = DRV_NAME, |
97 | .dma_boundary = ATA_DMA_BOUNDARY, | 97 | .dma_boundary = ATA_DMA_BOUNDARY, |
98 | .slave_configure = ata_scsi_slave_config, | 98 | .slave_configure = ata_scsi_slave_config, |
99 | .slave_destroy = ata_scsi_slave_destroy, | ||
99 | .bios_param = ata_std_bios_param, | 100 | .bios_param = ata_std_bios_param, |
100 | }; | 101 | }; |
101 | 102 | ||