[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
[firefly-linux-kernel-4.4.55.git] / drivers / ata / pata_cs5520.c
index 7dc76e71bd55070b4fc177eae62b3e0c57f8e2eb..300dcff949e2f4fa4b03213fc414a72414d67d55 100644 (file)
@@ -41,7 +41,7 @@
 #include <linux/libata.h>
 
 #define DRV_NAME       "pata_cs5520"
-#define DRV_VERSION    "0.6.5"
+#define DRV_VERSION    "0.6.6"
 
 struct pio_clocks
 {
@@ -184,7 +184,6 @@ static struct ata_port_operations cs5520_port_ops = {
 
        .irq_clear              = ata_bmdma_irq_clear,
        .irq_on                 = ata_irq_on,
-       .irq_ack                = ata_irq_ack,
 
        .port_start             = ata_port_start,
 };