kernel/drivers/mtd/maps/ck804xrom.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * ck804xrom.c 3 4 * .. .. @@ -190,7 +191,7 @@ 190 191 /* FIXME handle registers 0x80 - 0x8C the bios region locks */ 191 192 192 193 /* For write accesses caches are useless */ 193 - window->virt = ioremap_nocache(window->phys, window->size);194 + window->virt = ioremap(window->phys, window->size);194 195 if (!window->virt) { 195 196 printk(KERN_ERR MOD_NAME ": ioremap(%08lx, %08lx) failed\n", 196 197 window->phys, window->size);