aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ppc/scc_pata.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ppc/scc_pata.c')
-rw-r--r--drivers/ide/ppc/scc_pata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ppc/scc_pata.c b/drivers/ide/ppc/scc_pata.c
index de9110803745..f05117e8fdb9 100644
--- a/drivers/ide/ppc/scc_pata.c
+++ b/drivers/ide/ppc/scc_pata.c
@@ -668,7 +668,7 @@ static void __devinit init_mmio_iops_scc(ide_hwif_t *hwif)
668 hwif->irq = hwif->pci_dev->irq; 668 hwif->irq = hwif->pci_dev->irq;
669 hwif->dma_base = dma_base; 669 hwif->dma_base = dma_base;
670 hwif->config_data = ports->ctl; 670 hwif->config_data = ports->ctl;
671 hwif->mmio = 2; 671 hwif->mmio = 1;
672} 672}
673 673
674/** 674/**