kernel/drivers/mtd/maps/ichxrom.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * ichxrom.c 3 4 * .. .. @@ -183,7 +184,7 @@ 183 184 } 184 185 185 186 /* Map the firmware hub into my address space. */ 186 - window->virt = ioremap_nocache(window->phys, window->size);187 + window->virt = ioremap(window->phys, window->size);187 188 if (!window->virt) { 188 189 printk(KERN_ERR MOD_NAME ": ioremap(%08lx, %08lx) failed\n", 189 190 window->phys, window->size);