diff options
Diffstat (limited to 'drivers/ide/pci/triflex.c')
-rw-r--r-- | drivers/ide/pci/triflex.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/pci/triflex.c b/drivers/ide/pci/triflex.c index 9bedeae30c4a..4075c907f05c 100644 --- a/drivers/ide/pci/triflex.c +++ b/drivers/ide/pci/triflex.c | |||
@@ -107,11 +107,6 @@ static void __devinit init_hwif_triflex(ide_hwif_t *hwif) | |||
107 | hwif->atapi_dma = 1; | 107 | hwif->atapi_dma = 1; |
108 | hwif->mwdma_mask = 0x07; | 108 | hwif->mwdma_mask = 0x07; |
109 | hwif->swdma_mask = 0x07; | 109 | hwif->swdma_mask = 0x07; |
110 | |||
111 | if (!noautodma) | ||
112 | hwif->autodma = 1; | ||
113 | hwif->drives[0].autodma = hwif->autodma; | ||
114 | hwif->drives[1].autodma = hwif->autodma; | ||
115 | } | 110 | } |
116 | 111 | ||
117 | static ide_pci_device_t triflex_device __devinitdata = { | 112 | static ide_pci_device_t triflex_device __devinitdata = { |