diff options
Diffstat (limited to 'drivers/ata/pata_ixp4xx_cf.c')
-rw-r--r-- | drivers/ata/pata_ixp4xx_cf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_ixp4xx_cf.c b/drivers/ata/pata_ixp4xx_cf.c index d9ee1837b7ff..3222ac7b945d 100644 --- a/drivers/ata/pata_ixp4xx_cf.c +++ b/drivers/ata/pata_ixp4xx_cf.c | |||
@@ -131,6 +131,8 @@ static struct ata_port_operations ixp4xx_port_ops = { | |||
131 | 131 | ||
132 | .irq_handler = ata_interrupt, | 132 | .irq_handler = ata_interrupt, |
133 | .irq_clear = ixp4xx_irq_clear, | 133 | .irq_clear = ixp4xx_irq_clear, |
134 | .irq_on = ata_irq_on, | ||
135 | .irq_ack = ata_irq_ack, | ||
134 | 136 | ||
135 | .port_start = ata_port_start, | 137 | .port_start = ata_port_start, |
136 | 138 | ||