diff options
Diffstat (limited to 'drivers/ide/pci/alim15x3.c')
-rw-r--r-- | drivers/ide/pci/alim15x3.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c index 80d19c0eb780..8015f6f65488 100644 --- a/drivers/ide/pci/alim15x3.c +++ b/drivers/ide/pci/alim15x3.c | |||
@@ -483,7 +483,9 @@ static int __devinit init_dma_ali15x3(ide_hwif_t *hwif, | |||
483 | if (ide_allocate_dma_engine(hwif)) | 483 | if (ide_allocate_dma_engine(hwif)) |
484 | return -1; | 484 | return -1; |
485 | 485 | ||
486 | ide_setup_dma(hwif, base); | 486 | hwif->dma_base = base; |
487 | |||
488 | hwif->dma_ops = &sff_dma_ops; | ||
487 | 489 | ||
488 | return 0; | 490 | return 0; |
489 | } | 491 | } |