diff options
Diffstat (limited to 'drivers/ata/pata_radisys.c')
-rw-r--r-- | drivers/ata/pata_radisys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_radisys.c b/drivers/ata/pata_radisys.c index a391bd2fa8fe..0d1e571ef633 100644 --- a/drivers/ata/pata_radisys.c +++ b/drivers/ata/pata_radisys.c | |||
@@ -259,6 +259,8 @@ static const struct ata_port_operations radisys_pata_ops = { | |||
259 | 259 | ||
260 | .irq_handler = ata_interrupt, | 260 | .irq_handler = ata_interrupt, |
261 | .irq_clear = ata_bmdma_irq_clear, | 261 | .irq_clear = ata_bmdma_irq_clear, |
262 | .irq_on = ata_irq_on, | ||
263 | .irq_ack = ata_irq_ack, | ||
262 | 264 | ||
263 | .port_start = ata_port_start, | 265 | .port_start = ata_port_start, |
264 | }; | 266 | }; |