diff options
Diffstat (limited to 'drivers/ata/pata_platform.c')
-rw-r--r-- | drivers/ata/pata_platform.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_platform.c b/drivers/ata/pata_platform.c index b35fc29f4db5..479a326114e0 100644 --- a/drivers/ata/pata_platform.c +++ b/drivers/ata/pata_platform.c | |||
@@ -87,6 +87,8 @@ static struct ata_port_operations pata_platform_port_ops = { | |||
87 | 87 | ||
88 | .irq_handler = ata_interrupt, | 88 | .irq_handler = ata_interrupt, |
89 | .irq_clear = ata_bmdma_irq_clear, | 89 | .irq_clear = ata_bmdma_irq_clear, |
90 | .irq_on = ata_irq_on, | ||
91 | .irq_ack = ata_irq_ack, | ||
90 | 92 | ||
91 | .port_start = ata_port_start, | 93 | .port_start = ata_port_start, |
92 | }; | 94 | }; |