diff options
Diffstat (limited to 'drivers/ata/pata_cs5520.c')
-rw-r--r-- | drivers/ata/pata_cs5520.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_cs5520.c b/drivers/ata/pata_cs5520.c index 801a00efa3ee..1ce8fcfd7826 100644 --- a/drivers/ata/pata_cs5520.c +++ b/drivers/ata/pata_cs5520.c | |||
@@ -197,6 +197,8 @@ static struct ata_port_operations cs5520_port_ops = { | |||
197 | 197 | ||
198 | .irq_handler = ata_interrupt, | 198 | .irq_handler = ata_interrupt, |
199 | .irq_clear = ata_bmdma_irq_clear, | 199 | .irq_clear = ata_bmdma_irq_clear, |
200 | .irq_on = ata_irq_on, | ||
201 | .irq_ack = ata_irq_ack, | ||
200 | 202 | ||
201 | .port_start = ata_port_start, | 203 | .port_start = ata_port_start, |
202 | }; | 204 | }; |