remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / net / ethernet / dec / tulip / de2104x.c
index f1a2da1..7852a43 100644 (file)
@@ -2039,7 +2039,7 @@ static int de_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
        }
 
        /* remap CSR registers */
-       regs = ioremap_nocache(pciaddr, DE_REGS_SIZE);
+       regs = ioremap(pciaddr, DE_REGS_SIZE);
        if (!regs) {
                rc = -EIO;
                pr_err("Cannot map PCI MMIO (%llx@%lx) on pci dev %s\n",