diff options
Diffstat (limited to 'drivers/ata/pata_ali.c')
-rw-r--r-- | drivers/ata/pata_ali.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index 3814aebefb2d..84b748aef386 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
@@ -380,7 +380,7 @@ static struct ata_port_operations ali_early_port_ops = { | |||
380 | .data_xfer = ata_data_xfer, | 380 | .data_xfer = ata_data_xfer, |
381 | 381 | ||
382 | .irq_handler = ata_interrupt, | 382 | .irq_handler = ata_interrupt, |
383 | .irq_clear = ata_bmdma_irq_clear, | 383 | .irq_clear = ata_noop_irq_clear, |
384 | .irq_on = ata_irq_on, | 384 | .irq_on = ata_irq_on, |
385 | 385 | ||
386 | .port_start = ata_sff_port_start, | 386 | .port_start = ata_sff_port_start, |