.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
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. |
---|
5 | 3 | * |
---|
6 | 4 | * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> |
---|
7 | 5 | * Copyright (C) 2013 John Crispin <john@phrozen.org> |
---|
.. | .. |
---|
167 | 165 | res.name)) |
---|
168 | 166 | pr_err("Failed to request intc memory"); |
---|
169 | 167 | |
---|
170 | | - rt_intc_membase = ioremap_nocache(res.start, |
---|
| 168 | + rt_intc_membase = ioremap(res.start, |
---|
171 | 169 | resource_size(&res)); |
---|
172 | 170 | if (!rt_intc_membase) |
---|
173 | 171 | panic("Failed to remap intc memory"); |
---|