aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/triflex.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/triflex.c')
-rw-r--r--drivers/ide/pci/triflex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/pci/triflex.c b/drivers/ide/pci/triflex.c
index 4075c907f05c..68e1e9adf84d 100644
--- a/drivers/ide/pci/triflex.c
+++ b/drivers/ide/pci/triflex.c
@@ -104,7 +104,6 @@ static void __devinit init_hwif_triflex(ide_hwif_t *hwif)
104 if (hwif->dma_base == 0) 104 if (hwif->dma_base == 0)
105 return; 105 return;
106 106
107 hwif->atapi_dma = 1;
108 hwif->mwdma_mask = 0x07; 107 hwif->mwdma_mask = 0x07;
109 hwif->swdma_mask = 0x07; 108 hwif->swdma_mask = 0x07;
110} 109}