remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / net / ethernet / marvell / skge.c
index 095f6c7..7515d07 100644 (file)
@@ -3932,7 +3932,7 @@ static int skge_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
        spin_lock_init(&hw->phy_lock);
        tasklet_init(&hw->phy_task, skge_extirq, (unsigned long) hw);
 
-       hw->regs = ioremap_nocache(pci_resource_start(pdev, 0), 0x4000);
+       hw->regs = ioremap(pci_resource_start(pdev, 0), 0x4000);
        if (!hw->regs) {
                dev_err(&pdev->dev, "cannot map device registers\n");
                goto err_out_free_hw;