diff options
Diffstat (limited to 'drivers/ata/pata_it8213.c')
-rw-r--r-- | drivers/ata/pata_it8213.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_it8213.c b/drivers/ata/pata_it8213.c index ec128316903d..7eac869dfcd3 100644 --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c | |||
@@ -277,6 +277,8 @@ static const struct ata_port_operations it8213_ops = { | |||
277 | 277 | ||
278 | .irq_handler = ata_interrupt, | 278 | .irq_handler = ata_interrupt, |
279 | .irq_clear = ata_bmdma_irq_clear, | 279 | .irq_clear = ata_bmdma_irq_clear, |
280 | .irq_on = ata_irq_on, | ||
281 | .irq_ack = ata_irq_ack, | ||
280 | 282 | ||
281 | .port_start = ata_port_start, | 283 | .port_start = ata_port_start, |
282 | }; | 284 | }; |