aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/opti621.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/opti621.c')
-rw-r--r--drivers/ide/pci/opti621.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/pci/opti621.c b/drivers/ide/pci/opti621.c
index 250662ea18ad..2437aed73f35 100644
--- a/drivers/ide/pci/opti621.c
+++ b/drivers/ide/pci/opti621.c
@@ -336,7 +336,6 @@ static void __devinit init_hwif_opti621 (ide_hwif_t *hwif)
336 if (!(hwif->dma_base)) 336 if (!(hwif->dma_base))
337 return; 337 return;
338 338
339 hwif->atapi_dma = 1;
340 hwif->mwdma_mask = 0x07; 339 hwif->mwdma_mask = 0x07;
341 hwif->swdma_mask = 0x07; 340 hwif->swdma_mask = 0x07;
342} 341}