hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/arm/mach-u300/core.c
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 *
34 * arch/arm/mach-u300/core.c
45 *
5
- *
66 * Copyright (C) 2007-2012 ST-Ericsson SA
7
- * License terms: GNU General Public License (GPL) version 2
87 * Core platform support, IRQ handling and device definitions.
98 * Author: Linus Walleij <linus.walleij@stericsson.com>
109 */
....@@ -202,7 +201,7 @@
202201 };
203202
204203 /* Pin control settings */
205
-static struct pinctrl_map __initdata u300_pinmux_map[] = {
204
+static const struct pinctrl_map u300_pinmux_map[] = {
206205 /* anonymous maps for chip power and EMIFs */
207206 PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-u300", NULL, "power"),
208207 PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-u300", NULL, "emif0"),