libata: add another IRQ calls (libata drivers)
[deliverable/linux.git] / drivers / ata / pata_optidma.c
index 067fca1fa8a17c8684928a12a8f91630814c64d8..d80b36e209cc52bc6de595d414caecb32163a975 100644 (file)
@@ -393,6 +393,8 @@ static struct ata_port_operations optidma_port_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,
 };
@@ -426,6 +428,8 @@ static struct ata_port_operations optiplus_port_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.029815 seconds and 5 git commands to generate.