remove ioremap_nocache and devm_ioremap_nocache
[sfrench/cifs-2.6.git] / drivers / soc / tegra / fuse / tegra-apbmisc.c
index df76778af601e66be1ce58695c25035573cf4b6e..a2fd6ccd48f92447d8eb27f27304365e79e500ae 100644 (file)
@@ -159,11 +159,11 @@ void __init tegra_init_apbmisc(void)
                }
        }
 
-       apbmisc_base = ioremap_nocache(apbmisc.start, resource_size(&apbmisc));
+       apbmisc_base = ioremap(apbmisc.start, resource_size(&apbmisc));
        if (!apbmisc_base)
                pr_err("failed to map APBMISC registers\n");
 
-       strapping_base = ioremap_nocache(straps.start, resource_size(&straps));
+       strapping_base = ioremap(straps.start, resource_size(&straps));
        if (!strapping_base)
                pr_err("failed to map strapping options registers\n");