Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
[linux-2.6-microblaze.git] / drivers / infiniband / hw / bnxt_re / qplib_fp.c
index 4d07d22..020f70e 100644 (file)
@@ -442,7 +442,7 @@ int bnxt_qplib_enable_nq(struct pci_dev *pdev, struct bnxt_qplib_nq *nq,
                goto fail;
        }
        /* Unconditionally map 8 bytes to support 57500 series */
-       nq->bar_reg_iomem = ioremap_nocache(nq_base + nq->bar_reg_off, 8);
+       nq->bar_reg_iomem = ioremap(nq_base + nq->bar_reg_off, 8);
        if (!nq->bar_reg_iomem) {
                rc = -ENOMEM;
                goto fail;