Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
[linux-2.6-microblaze.git] / drivers / net / ethernet / chelsio / cxgb3 / cxgb3_main.c
index 97ff860..883cfa9 100644 (file)
@@ -3267,7 +3267,7 @@ static int init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
                goto out_free_adapter;
        }
 
-       adapter->regs = ioremap_nocache(mmio_start, mmio_len);
+       adapter->regs = ioremap(mmio_start, mmio_len);
        if (!adapter->regs) {
                dev_err(&pdev->dev, "cannot map device registers\n");
                err = -ENOMEM;