ide: don't set hwif->dma_ops in init_dma() method
[pandora-kernel.git] / drivers / ide / hpt366.c
index a18a02a..208614f 100644 (file)
@@ -1349,8 +1349,6 @@ static int __devinit init_dma_hpt366(ide_hwif_t *hwif,
        if (ide_allocate_dma_engine(hwif))
                return -1;
 
-       hwif->dma_ops = &sff_dma_ops;
-
        return 0;
 }