kernel/drivers/mtd/maps/scb2_flash.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * MTD map driver for BIOS Flash on Intel SCB2 boards 3 4 * Copyright (C) 2002 Sun Microsystems, Inc. .. .. @@ -151,7 +152,7 @@ 151 152 } 152 153 153 154 /* remap the IO window (w/o caching) */ 154 - scb2_ioaddr = ioremap_nocache(SCB2_ADDR, SCB2_WINDOW);155 + scb2_ioaddr = ioremap(SCB2_ADDR, SCB2_WINDOW);155 156 if (!scb2_ioaddr) { 156 157 printk(KERN_ERR MODNAME ": Failed to ioremap window!\n"); 157 158 if (!region_fail)