diff options
Diffstat (limited to 'drivers/ata/pata_atiixp.c')
-rw-r--r-- | drivers/ata/pata_atiixp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index f89ef7b15999..c3eb40c91c80 100644 --- a/drivers/ata/pata_atiixp.c +++ b/drivers/ata/pata_atiixp.c | |||
@@ -256,6 +256,8 @@ static struct ata_port_operations atiixp_port_ops = { | |||
256 | 256 | ||
257 | .irq_handler = ata_interrupt, | 257 | .irq_handler = ata_interrupt, |
258 | .irq_clear = ata_bmdma_irq_clear, | 258 | .irq_clear = ata_bmdma_irq_clear, |
259 | .irq_on = ata_irq_on, | ||
260 | .irq_ack = ata_irq_ack, | ||
259 | 261 | ||
260 | .port_start = ata_port_start, | 262 | .port_start = ata_port_start, |
261 | }; | 263 | }; |