hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/mtd/maps/scb2_flash.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * MTD map driver for BIOS Flash on Intel SCB2 boards
34 * Copyright (C) 2002 Sun Microsystems, Inc.
....@@ -151,7 +152,7 @@
151152 }
152153
153154 /* remap the IO window (w/o caching) */
154
- scb2_ioaddr = ioremap_nocache(SCB2_ADDR, SCB2_WINDOW);
155
+ scb2_ioaddr = ioremap(SCB2_ADDR, SCB2_WINDOW);
155156 if (!scb2_ioaddr) {
156157 printk(KERN_ERR MODNAME ": Failed to ioremap window!\n");
157158 if (!region_fail)