diff options
Diffstat (limited to 'drivers/ide/legacy/ide_platform.c')
-rw-r--r-- | drivers/ide/legacy/ide_platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/legacy/ide_platform.c b/drivers/ide/legacy/ide_platform.c index d1e76fa7869e..1bc9a57b6198 100644 --- a/drivers/ide/legacy/ide_platform.c +++ b/drivers/ide/legacy/ide_platform.c | |||
@@ -51,7 +51,6 @@ static ide_hwif_t *__devinit plat_ide_locate_hwif(void __iomem *base, | |||
51 | memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->hw.io_ports)); | 51 | memcpy(hwif->io_ports, hwif->hw.io_ports, sizeof(hwif->hw.io_ports)); |
52 | hwif->hw.irq = hwif->irq = irq; | 52 | hwif->hw.irq = hwif->irq = irq; |
53 | 53 | ||
54 | hwif->hw.dma = NO_DMA; | ||
55 | hwif->chipset = hwif->hw.chipset = ide_generic; | 54 | hwif->chipset = hwif->hw.chipset = ide_generic; |
56 | 55 | ||
57 | if (mmio) { | 56 | if (mmio) { |