forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/mips/ralink/irq.c
....@@ -1,7 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can redistribute it and/or modify it
3
- * under the terms of the GNU General Public License version 2 as published
4
- * by the Free Software Foundation.
53 *
64 * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
75 * Copyright (C) 2013 John Crispin <john@phrozen.org>
....@@ -167,7 +165,7 @@
167165 res.name))
168166 pr_err("Failed to request intc memory");
169167
170
- rt_intc_membase = ioremap_nocache(res.start,
168
+ rt_intc_membase = ioremap(res.start,
171169 resource_size(&res));
172170 if (!rt_intc_membase)
173171 panic("Failed to remap intc memory");