]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/pci/sgiioc4.c
ide: make void and rename ide_dma_timeout() method
[linux-2.6-omap-h63xx.git] / drivers / ide / pci / sgiioc4.c
index 53bee59264ef8c01ead5a6b466f4ebe87527a0d0..d396b2929ed87791564600b85675d72eda7af774 100644 (file)
@@ -608,7 +608,7 @@ ide_init_sgiioc4(ide_hwif_t * hwif)
        hwif->dma_host_on = &sgiioc4_dma_host_on;
        hwif->dma_host_off = &sgiioc4_dma_host_off;
        hwif->dma_lost_irq = &sgiioc4_dma_lost_irq;
-       hwif->ide_dma_timeout = &__ide_dma_timeout;
+       hwif->dma_timeout = &ide_dma_timeout;
 
        hwif->INB = &sgiioc4_INB;
 }