]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ide/pci/it821x.c
ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)
[karo-tx-linux.git] / drivers / ide / pci / it821x.c
index 35ee17df3f8df13ea92f1adb96c351bfb05c47ad..a132767f7d90cfb637e606be18a0940703932cfd 100644 (file)
@@ -606,7 +606,7 @@ static void __devinit it821x_fixups(ide_hwif_t *hwif)
                                printk(".\n");
                        /* Now the core code will have wrongly decided no DMA
                           so we need to fix this */
-                       hwif->ide_dma_off_quietly(drive);
+                       hwif->dma_off_quietly(drive);
 #ifdef CONFIG_IDEDMA_ONLYDISK
                        if (drive->media == ide_disk)
 #endif