remove ioremap_nocache and devm_ioremap_nocache
[sfrench/cifs-2.6.git] / drivers / gpu / drm / gma500 / gtt.c
index afaf4bea21cfc32f86aa5f5f8124d4f85ad79b15..9278bcfad1bf4423cc44de353e60d0c7981256a1 100644 (file)
@@ -503,7 +503,7 @@ int psb_gtt_init(struct drm_device *dev, int resume)
         *      Map the GTT and the stolen memory area
         */
        if (!resume)
-               dev_priv->gtt_map = ioremap_nocache(pg->gtt_phys_start,
+               dev_priv->gtt_map = ioremap(pg->gtt_phys_start,
                                                gtt_pages << PAGE_SHIFT);
        if (!dev_priv->gtt_map) {
                dev_err(dev->dev, "Failure to map gtt.\n");