diff options
Diffstat (limited to 'drivers/ide/pci/siimage.c')
-rw-r--r-- | drivers/ide/pci/siimage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/pci/siimage.c b/drivers/ide/pci/siimage.c index 20b392948f36..697f566fb90a 100644 --- a/drivers/ide/pci/siimage.c +++ b/drivers/ide/pci/siimage.c | |||
@@ -898,7 +898,6 @@ static void __devinit init_mmio_iops_siimage(ide_hwif_t *hwif) | |||
898 | base = (unsigned long) addr; | 898 | base = (unsigned long) addr; |
899 | 899 | ||
900 | hwif->dma_base = base + (ch ? 0x08 : 0x00); | 900 | hwif->dma_base = base + (ch ? 0x08 : 0x00); |
901 | hwif->dma_base2 = base + (ch ? 0x18 : 0x10); | ||
902 | hwif->mmio = 2; | 901 | hwif->mmio = 2; |
903 | } | 902 | } |
904 | 903 | ||