diff options
Diffstat (limited to 'drivers/ide/scc_pata.c')
-rw-r--r-- | drivers/ide/scc_pata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/scc_pata.c b/drivers/ide/scc_pata.c index 1f2805ce9889..0cc137cfe76d 100644 --- a/drivers/ide/scc_pata.c +++ b/drivers/ide/scc_pata.c | |||
@@ -868,12 +868,12 @@ static const struct ide_port_ops scc_port_ops = { | |||
868 | static const struct ide_dma_ops scc_dma_ops = { | 868 | static const struct ide_dma_ops scc_dma_ops = { |
869 | .dma_host_set = scc_dma_host_set, | 869 | .dma_host_set = scc_dma_host_set, |
870 | .dma_setup = scc_dma_setup, | 870 | .dma_setup = scc_dma_setup, |
871 | .dma_exec_cmd = ide_dma_exec_cmd, | ||
872 | .dma_start = scc_dma_start, | 871 | .dma_start = scc_dma_start, |
873 | .dma_end = scc_dma_end, | 872 | .dma_end = scc_dma_end, |
874 | .dma_test_irq = scc_dma_test_irq, | 873 | .dma_test_irq = scc_dma_test_irq, |
875 | .dma_lost_irq = ide_dma_lost_irq, | 874 | .dma_lost_irq = ide_dma_lost_irq, |
876 | .dma_timeout = ide_dma_timeout, | 875 | .dma_timeout = ide_dma_timeout, |
876 | .dma_timer_expiry = ide_dma_sff_timer_expiry, | ||
877 | .dma_sff_read_status = scc_dma_sff_read_status, | 877 | .dma_sff_read_status = scc_dma_sff_read_status, |
878 | }; | 878 | }; |
879 | 879 | ||