libata: add another IRQ calls (libata drivers)
[deliverable/linux.git] / drivers / ata / pata_artop.c
index ace5a98dd59dea24aa48915b1ccf832c72dd7818..21c30282717ccafea9a541f9173552467bec932a 100644 (file)
@@ -345,6 +345,8 @@ static const struct ata_port_operations artop6210_ops = {
 
        .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,
 };
@@ -375,6 +377,8 @@ static const struct ata_port_operations artop6260_ops = {
 
        .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.045773 seconds and 5 git commands to generate.