diff options
Diffstat (limited to 'drivers/ata/pata_mpiix.c')
-rw-r--r-- | drivers/ata/pata_mpiix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_mpiix.c b/drivers/ata/pata_mpiix.c index 9837faf0f620..976663d1fb22 100644 --- a/drivers/ata/pata_mpiix.c +++ b/drivers/ata/pata_mpiix.c | |||
@@ -192,6 +192,8 @@ static struct ata_port_operations mpiix_port_ops = { | |||
192 | 192 | ||
193 | .irq_handler = ata_interrupt, | 193 | .irq_handler = ata_interrupt, |
194 | .irq_clear = ata_bmdma_irq_clear, | 194 | .irq_clear = ata_bmdma_irq_clear, |
195 | .irq_on = ata_irq_on, | ||
196 | .irq_ack = ata_irq_ack, | ||
195 | 197 | ||
196 | .port_start = ata_port_start, | 198 | .port_start = ata_port_start, |
197 | }; | 199 | }; |