diff options
Diffstat (limited to 'drivers/ata/sata_sx4.c')
-rw-r--r-- | drivers/ata/sata_sx4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/sata_sx4.c b/drivers/ata/sata_sx4.c index f83038cf1b35..06e87a377382 100644 --- a/drivers/ata/sata_sx4.c +++ b/drivers/ata/sata_sx4.c | |||
@@ -207,6 +207,8 @@ static const struct ata_port_operations pdc_20621_ops = { | |||
207 | .eng_timeout = pdc_eng_timeout, | 207 | .eng_timeout = pdc_eng_timeout, |
208 | .irq_handler = pdc20621_interrupt, | 208 | .irq_handler = pdc20621_interrupt, |
209 | .irq_clear = pdc20621_irq_clear, | 209 | .irq_clear = pdc20621_irq_clear, |
210 | .irq_on = ata_irq_on, | ||
211 | .irq_ack = ata_irq_ack, | ||
210 | .port_start = pdc_port_start, | 212 | .port_start = pdc_port_start, |
211 | }; | 213 | }; |
212 | 214 | ||