diff options
Diffstat (limited to 'drivers/ata/pata_cs5535.c')
-rw-r--r-- | drivers/ata/pata_cs5535.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_cs5535.c b/drivers/ata/pata_cs5535.c index 500f863cb987..17bc693cc514 100644 --- a/drivers/ata/pata_cs5535.c +++ b/drivers/ata/pata_cs5535.c | |||
@@ -218,6 +218,8 @@ static struct ata_port_operations cs5535_port_ops = { | |||
218 | 218 | ||
219 | .irq_handler = ata_interrupt, | 219 | .irq_handler = ata_interrupt, |
220 | .irq_clear = ata_bmdma_irq_clear, | 220 | .irq_clear = ata_bmdma_irq_clear, |
221 | .irq_on = ata_irq_on, | ||
222 | .irq_ack = ata_irq_ack, | ||
221 | 223 | ||
222 | .port_start = ata_port_start, | 224 | .port_start = ata_port_start, |
223 | }; | 225 | }; |