ide: add ->dma_clear method and remove ->dma_timeout one
[platform/kernel/linux-starfive.git] / drivers / ide / scc_pata.c
index 0cc137c..64534d1 100644 (file)
@@ -872,7 +872,6 @@ static const struct ide_dma_ops scc_dma_ops = {
        .dma_end                = scc_dma_end,
        .dma_test_irq           = scc_dma_test_irq,
        .dma_lost_irq           = ide_dma_lost_irq,
-       .dma_timeout            = ide_dma_timeout,
        .dma_timer_expiry       = ide_dma_sff_timer_expiry,
        .dma_sff_read_status    = scc_dma_sff_read_status,
 };