diff options
Diffstat (limited to 'drivers/ide/pci/aec62xx.c')
-rw-r--r-- | drivers/ide/pci/aec62xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/pci/aec62xx.c b/drivers/ide/pci/aec62xx.c index f3912aa8e576..b3dc12a70d51 100644 --- a/drivers/ide/pci/aec62xx.c +++ b/drivers/ide/pci/aec62xx.c | |||
@@ -192,8 +192,6 @@ static void __devinit init_hwif_aec62xx(ide_hwif_t *hwif) | |||
192 | else | 192 | else |
193 | hwif->set_dma_mode = &aec6260_set_mode; | 193 | hwif->set_dma_mode = &aec6260_set_mode; |
194 | 194 | ||
195 | hwif->drives[0].autotune = hwif->drives[1].autotune = 1; | ||
196 | |||
197 | if (hwif->dma_base == 0) | 195 | if (hwif->dma_base == 0) |
198 | return; | 196 | return; |
199 | 197 | ||