ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
[deliverable/linux.git] / drivers / ide / pci / sc1200.c
index fef20bd4aa78f45a853f9962e838c405718774cd..8a94c3e8f7c4ed24e97c6d3ca029346cdd0fa4fc 100644 (file)
@@ -220,7 +220,7 @@ static void sc1200_set_pio_mode(ide_drive_t *drive, const u8 pio)
        }
        if (mode != -1) {
                printk("SC1200: %s: changing (U)DMA mode\n", drive->name);
-               hwif->dma_off_quietly(drive);
+               ide_dma_off_quietly(drive);
                if (ide_set_dma_mode(drive, mode) == 0)
                        hwif->dma_host_on(drive);
                return;
This page took 0.028499 seconds and 5 git commands to generate.