diff options
Diffstat (limited to 'drivers/ata/pata_marvell.c')
-rw-r--r-- | drivers/ata/pata_marvell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index 25f7a79a8e25..3f53be4607a0 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c | |||
@@ -101,6 +101,7 @@ static struct scsi_host_template marvell_sht = { | |||
101 | .proc_name = DRV_NAME, | 101 | .proc_name = DRV_NAME, |
102 | .dma_boundary = ATA_DMA_BOUNDARY, | 102 | .dma_boundary = ATA_DMA_BOUNDARY, |
103 | .slave_configure = ata_scsi_slave_config, | 103 | .slave_configure = ata_scsi_slave_config, |
104 | .slave_destroy = ata_scsi_slave_destroy, | ||
104 | /* Use standard CHS mapping rules */ | 105 | /* Use standard CHS mapping rules */ |
105 | .bios_param = ata_std_bios_param, | 106 | .bios_param = ata_std_bios_param, |
106 | .resume = ata_scsi_device_resume, | 107 | .resume = ata_scsi_device_resume, |