diff options
Diffstat (limited to 'drivers/ata/pata_cmd64x.c')
-rw-r--r-- | drivers/ata/pata_cmd64x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_cmd64x.c b/drivers/ata/pata_cmd64x.c index b9bbd1d454bf..29a60df465da 100644 --- a/drivers/ata/pata_cmd64x.c +++ b/drivers/ata/pata_cmd64x.c | |||
@@ -275,6 +275,7 @@ static struct scsi_host_template cmd64x_sht = { | |||
275 | .proc_name = DRV_NAME, | 275 | .proc_name = DRV_NAME, |
276 | .dma_boundary = ATA_DMA_BOUNDARY, | 276 | .dma_boundary = ATA_DMA_BOUNDARY, |
277 | .slave_configure = ata_scsi_slave_config, | 277 | .slave_configure = ata_scsi_slave_config, |
278 | .slave_destroy = ata_scsi_slave_destroy, | ||
278 | .bios_param = ata_std_bios_param, | 279 | .bios_param = ata_std_bios_param, |
279 | }; | 280 | }; |
280 | 281 | ||