diff options
Diffstat (limited to 'drivers/ata/pata_oldpiix.c')
-rw-r--r-- | drivers/ata/pata_oldpiix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index 95d570a30a2f..b76d2b466614 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c | |||
@@ -263,6 +263,8 @@ static const struct ata_port_operations oldpiix_pata_ops = { | |||
263 | 263 | ||
264 | .irq_handler = ata_interrupt, | 264 | .irq_handler = ata_interrupt, |
265 | .irq_clear = ata_bmdma_irq_clear, | 265 | .irq_clear = ata_bmdma_irq_clear, |
266 | .irq_on = ata_irq_on, | ||
267 | .irq_ack = ata_irq_ack, | ||
266 | 268 | ||
267 | .port_start = ata_port_start, | 269 | .port_start = ata_port_start, |
268 | }; | 270 | }; |