remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / usb / gadget / udc / goku_udc.c
index c372122..4a46f66 100644 (file)
@@ -1782,7 +1782,7 @@ static int goku_probe(struct pci_dev *pdev, const struct pci_device_id *id)
        }
        dev->got_region = 1;
 
-       base = ioremap_nocache(resource, len);
+       base = ioremap(resource, len);
        if (base == NULL) {
                DBG(dev, "can't map memory\n");
                retval = -EFAULT;