ide: add IDE_HFLAG_MMIO host flag (take 2)
[deliverable/linux.git] / drivers / ide / mips / swarm.c
index 68947626e4aaa40bde14c333c9ca7dcaef21713e..712d17bdd4705f8ff2d07bf20371c702de79a564 100644 (file)
@@ -109,6 +109,7 @@ static int __devinit swarm_ide_probe(struct device *dev)
        base = ioremap(offset, size);
 
        /* Setup MMIO ops.  */
+       hwif->host_flags = IDE_HFLAG_MMIO;
        default_hwif_mmiops(hwif);
 
        hwif->chipset = ide_generic;
This page took 0.025264 seconds and 5 git commands to generate.