remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / usb / gadget / udc / net2280.c
index 51efee2..1fd1b91 100644 (file)
@@ -3659,7 +3659,7 @@ static int net2280_probe(struct pci_dev *pdev, const struct pci_device_id *id)
         * 8051 code into the chip, e.g. to turn on PCI PM.
         */
 
-       base = ioremap_nocache(resource, len);
+       base = ioremap(resource, len);
        if (base == NULL) {
                ep_dbg(dev, "can't map memory\n");
                retval = -EFAULT;