remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / gpu / drm / sti / sti_hdmi.c
index 814560e..64ed102 100644 (file)
@@ -1393,7 +1393,7 @@ static int sti_hdmi_probe(struct platform_device *pdev)
                ret = -ENOMEM;
                goto release_adapter;
        }
-       hdmi->regs = devm_ioremap_nocache(dev, res->start, resource_size(res));
+       hdmi->regs = devm_ioremap(dev, res->start, resource_size(res));
        if (!hdmi->regs) {
                ret = -ENOMEM;
                goto release_adapter;