libata: add another IRQ calls (libata drivers)
[firefly-linux-kernel-4.4.55.git] / drivers / ata / pata_isapnp.c
index 4d9ab268cf281c4ad148b61396ee202e873a5d22..1bf5ec18b2e31490b350eb041773f04b265ad099 100644 (file)
@@ -57,6 +57,8 @@ static struct ata_port_operations isapnp_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,
 };