ide: move ack_intr() method into 'struct ide_port_ops' (take 2)
[pandora-kernel.git] / drivers / ide / ide-probe.c
index fdd04bc..c2e7159 100644 (file)
@@ -1170,7 +1170,6 @@ static void ide_init_port_hw(ide_hwif_t *hwif, struct ide_hw *hw)
        hwif->irq = hw->irq;
        hwif->dev = hw->dev;
        hwif->gendev.parent = hw->parent ? hw->parent : hw->dev;
-       hwif->ack_intr = hw->ack_intr;
        hwif->config_data = hw->config;
 }