diff options
Diffstat (limited to 'drivers/ata/pata_radisys.c')
-rw-r--r-- | drivers/ata/pata_radisys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_radisys.c b/drivers/ata/pata_radisys.c index 1af83d7694d5..048c2bb21ef1 100644 --- a/drivers/ata/pata_radisys.c +++ b/drivers/ata/pata_radisys.c | |||
@@ -227,6 +227,7 @@ static struct scsi_host_template radisys_sht = { | |||
227 | .proc_name = DRV_NAME, | 227 | .proc_name = DRV_NAME, |
228 | .dma_boundary = ATA_DMA_BOUNDARY, | 228 | .dma_boundary = ATA_DMA_BOUNDARY, |
229 | .slave_configure = ata_scsi_slave_config, | 229 | .slave_configure = ata_scsi_slave_config, |
230 | .slave_destroy = ata_scsi_slave_destroy, | ||
230 | .bios_param = ata_std_bios_param, | 231 | .bios_param = ata_std_bios_param, |
231 | }; | 232 | }; |
232 | 233 | ||