kernel/drivers/mtd/maps/esb2rom.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * esb2rom.c 3 4 * .. .. @@ -248,7 +249,7 @@ 248 249 } 249 250 250 251 /* Map the firmware hub into my address space. */ 251 - window->virt = ioremap_nocache(window->phys, window->size);252 + window->virt = ioremap(window->phys, window->size);252 253 if (!window->virt) { 253 254 printk(KERN_ERR MOD_NAME ": ioremap(%08lx, %08lx) failed\n", 254 255 window->phys, window->size);