diff options
Diffstat (limited to 'drivers/ata/pata_triflex.c')
-rw-r--r-- | drivers/ata/pata_triflex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_triflex.c b/drivers/ata/pata_triflex.c index 60f2eea3c838..453ab90b721e 100644 --- a/drivers/ata/pata_triflex.c +++ b/drivers/ata/pata_triflex.c | |||
@@ -225,6 +225,8 @@ static struct ata_port_operations triflex_port_ops = { | |||
225 | 225 | ||
226 | .irq_handler = ata_interrupt, | 226 | .irq_handler = ata_interrupt, |
227 | .irq_clear = ata_bmdma_irq_clear, | 227 | .irq_clear = ata_bmdma_irq_clear, |
228 | .irq_on = ata_irq_on, | ||
229 | .irq_ack = ata_irq_ack, | ||
228 | 230 | ||
229 | .port_start = ata_port_start, | 231 | .port_start = ata_port_start, |
230 | }; | 232 | }; |