diff options
Diffstat (limited to 'drivers/ata/pata_marvell.c')
-rw-r--r-- | drivers/ata/pata_marvell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_marvell.c b/drivers/ata/pata_marvell.c index 586cbb750c99..13a70ac6f1dc 100644 --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c | |||
@@ -134,6 +134,8 @@ static const struct ata_port_operations marvell_ops = { | |||
134 | /* Timeout handling */ | 134 | /* Timeout handling */ |
135 | .irq_handler = ata_interrupt, | 135 | .irq_handler = ata_interrupt, |
136 | .irq_clear = ata_bmdma_irq_clear, | 136 | .irq_clear = ata_bmdma_irq_clear, |
137 | .irq_on = ata_irq_on, | ||
138 | .irq_ack = ata_irq_ack, | ||
137 | 139 | ||
138 | /* Generic PATA PCI ATA helpers */ | 140 | /* Generic PATA PCI ATA helpers */ |
139 | .port_start = ata_port_start, | 141 | .port_start = ata_port_start, |