remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / net / can / at91_can.c
index c8e1a04..9df2007 100644 (file)
@@ -1302,7 +1302,7 @@ static int at91_can_probe(struct platform_device *pdev)
                goto exit_put;
        }
 
-       addr = ioremap_nocache(res->start, resource_size(res));
+       addr = ioremap(res->start, resource_size(res));
        if (!addr) {
                err = -ENOMEM;
                goto exit_release;