Pull misc-for-upstream into release branch
[linux.git] / drivers / ata / pata_radisys.c
index ca9c97056c1b64a398fccc114838884813f0a000..0d1e571ef6333572aa19df27b3588691c894cf7f 100644 (file)
@@ -255,10 +255,12 @@ static const struct ata_port_operations radisys_pata_ops = {
        .bmdma_status           = ata_bmdma_status,
        .qc_prep                = ata_qc_prep,
        .qc_issue               = radisys_qc_issue_prot,
-       .data_xfer              = ata_pio_data_xfer,
+       .data_xfer              = ata_data_xfer,
 
        .irq_handler            = ata_interrupt,
        .irq_clear              = ata_bmdma_irq_clear,
+       .irq_on                 = ata_irq_on,
+       .irq_ack                = ata_irq_ack,
 
        .port_start             = ata_port_start,
 };
This page took 0.034613 seconds and 4 git commands to generate.