diff options
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 304c19b9b0f2..7dd7361289c4 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c | |||
@@ -177,7 +177,6 @@ static const struct ata_port_operations adma_ata_ops = { | |||
177 | .error_handler = adma_error_handler, | 177 | .error_handler = adma_error_handler, |
178 | .irq_clear = adma_irq_clear, | 178 | .irq_clear = adma_irq_clear, |
179 | .irq_on = ata_irq_on, | 179 | .irq_on = ata_irq_on, |
180 | .irq_ack = ata_irq_ack, | ||
181 | .port_start = adma_port_start, | 180 | .port_start = adma_port_start, |
182 | .port_stop = adma_port_stop, | 181 | .port_stop = adma_port_stop, |
183 | .host_stop = adma_host_stop, | 182 | .host_stop = adma_host_stop, |