diff options
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 71e17df83f48..b4ed8ce553e6 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c | |||
@@ -175,6 +175,8 @@ static const struct ata_port_operations adma_ata_ops = { | |||
175 | .data_xfer = ata_data_xfer, | 175 | .data_xfer = ata_data_xfer, |
176 | .irq_handler = adma_intr, | 176 | .irq_handler = adma_intr, |
177 | .irq_clear = adma_irq_clear, | 177 | .irq_clear = adma_irq_clear, |
178 | .irq_on = ata_irq_on, | ||
179 | .irq_ack = ata_irq_ack, | ||
178 | .port_start = adma_port_start, | 180 | .port_start = adma_port_start, |
179 | .port_stop = adma_port_stop, | 181 | .port_stop = adma_port_stop, |
180 | .host_stop = adma_host_stop, | 182 | .host_stop = adma_host_stop, |