diff options
Diffstat (limited to 'drivers/ata/pata_jmicron.c')
-rw-r--r-- | drivers/ata/pata_jmicron.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_jmicron.c b/drivers/ata/pata_jmicron.c index 26365c107818..7a635dd326f8 100644 --- a/drivers/ata/pata_jmicron.c +++ b/drivers/ata/pata_jmicron.c | |||
@@ -166,6 +166,8 @@ static const struct ata_port_operations jmicron_ops = { | |||
166 | /* IRQ-related hooks */ | 166 | /* IRQ-related hooks */ |
167 | .irq_handler = ata_interrupt, | 167 | .irq_handler = ata_interrupt, |
168 | .irq_clear = ata_bmdma_irq_clear, | 168 | .irq_clear = ata_bmdma_irq_clear, |
169 | .irq_on = ata_irq_on, | ||
170 | .irq_ack = ata_irq_ack, | ||
169 | 171 | ||
170 | /* Generic PATA PCI ATA helpers */ | 172 | /* Generic PATA PCI ATA helpers */ |
171 | .port_start = ata_port_start, | 173 | .port_start = ata_port_start, |