forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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)