diff options
Diffstat (limited to 'drivers/ata/pata_cs5530.c')
-rw-r--r-- | drivers/ata/pata_cs5530.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_cs5530.c b/drivers/ata/pata_cs5530.c index b9fd5388b476..3d7b7d87ec6f 100644 --- a/drivers/ata/pata_cs5530.c +++ b/drivers/ata/pata_cs5530.c | |||
@@ -221,6 +221,8 @@ static struct ata_port_operations cs5530_port_ops = { | |||
221 | 221 | ||
222 | .irq_handler = ata_interrupt, | 222 | .irq_handler = ata_interrupt, |
223 | .irq_clear = ata_bmdma_irq_clear, | 223 | .irq_clear = ata_bmdma_irq_clear, |
224 | .irq_on = ata_irq_on, | ||
225 | .irq_ack = ata_irq_ack, | ||
224 | 226 | ||
225 | .port_start = ata_port_start, | 227 | .port_start = ata_port_start, |
226 | }; | 228 | }; |