diff options
Diffstat (limited to 'drivers/ata/pata_cypress.c')
-rw-r--r-- | drivers/ata/pata_cypress.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_cypress.c b/drivers/ata/pata_cypress.c index 4ca103d668ed..63f48f08763d 100644 --- a/drivers/ata/pata_cypress.c +++ b/drivers/ata/pata_cypress.c | |||
@@ -169,6 +169,8 @@ static struct ata_port_operations cy82c693_port_ops = { | |||
169 | 169 | ||
170 | .irq_handler = ata_interrupt, | 170 | .irq_handler = ata_interrupt, |
171 | .irq_clear = ata_bmdma_irq_clear, | 171 | .irq_clear = ata_bmdma_irq_clear, |
172 | .irq_on = ata_irq_on, | ||
173 | .irq_ack = ata_irq_ack, | ||
172 | 174 | ||
173 | .port_start = ata_port_start, | 175 | .port_start = ata_port_start, |
174 | }; | 176 | }; |