remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / arch / mips / rb532 / devices.c
index c9ecf17..dd34f1b 100644 (file)
@@ -286,7 +286,7 @@ static int __init plat_setup_devices(void)
        nand_slot0_res[0].end = nand_slot0_res[0].start + 0x1000;
 
        /* Read and map device controller 3 */
-       dev3.base = ioremap_nocache(readl(IDT434_REG_BASE + DEV3BASE), 1);
+       dev3.base = ioremap(readl(IDT434_REG_BASE + DEV3BASE), 1);
 
        if (!dev3.base) {
                printk(KERN_ERR "rb532: cannot remap device controller 3\n");