ide: turn set_irq() method into write_devctl() method
[deliverable/linux.git] / drivers / ide / ns87415.c
index 13a9e00efa134c57d4d75f9b6f9fc1900b8ae695..00ab0be7335a616ae57a7131b46aa4c161fe06ef 100644 (file)
@@ -109,8 +109,7 @@ static const struct ide_tp_ops superio_tp_ops = {
        .exec_command           = ide_exec_command,
        .read_status            = superio_read_status,
        .read_altstatus         = ide_read_altstatus,
-
-       .set_irq                = ide_set_irq,
+       .write_devctl           = ide_write_devctl,
 
        .tf_load                = ide_tf_load,
        .tf_read                = superio_tf_read,
This page took 0.023334 seconds and 5 git commands to generate.