remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / drivers / net / ethernet / sfc / efx.c
index 7a38d7f..6891df4 100644 (file)
@@ -1338,7 +1338,7 @@ static int efx_init_io(struct efx_nic *efx)
                rc = -EIO;
                goto fail3;
        }
-       efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size);
+       efx->membase = ioremap(efx->membase_phys, mem_map_size);
        if (!efx->membase) {
                netif_err(efx, probe, efx->net_dev,
                          "could not map memory BAR at %llx+%x\n",