kernel/drivers/mtd/maps/amd76xrom.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * amd76xrom.c 3 4 * .. .. @@ -162,7 +163,7 @@ 162 163 /* FIXME handle registers 0x80 - 0x8C the bios region locks */ 163 164 164 165 /* For write accesses caches are useless */ 165 - window->virt = ioremap_nocache(window->phys, window->size);166 + window->virt = ioremap(window->phys, window->size);166 167 if (!window->virt) { 167 168 printk(KERN_ERR MOD_NAME ": ioremap(%08lx, %08lx) failed\n", 168 169 window->phys, window->size);