hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/pinctrl/core.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Core private header for the pin control subsystem
34 *
....@@ -5,8 +6,6 @@
56 * Written on behalf of Linaro for ST-Ericsson
67 *
78 * Author: Linus Walleij <linus.walleij@linaro.org>
8
- *
9
- * License terms: GNU General Public License (GPL) version 2
109 */
1110
1211 #include <linux/kref.h>
....@@ -236,10 +235,6 @@
236235 extern struct pinctrl_gpio_range *
237236 pinctrl_find_gpio_range_from_pin_nolock(struct pinctrl_dev *pctldev,
238237 unsigned int pin);
239
-
240
-int pinctrl_register_map(const struct pinctrl_map *maps, unsigned num_maps,
241
- bool dup);
242
-void pinctrl_unregister_map(const struct pinctrl_map *map);
243238
244239 extern int pinctrl_force_sleep(struct pinctrl_dev *pctldev);
245240 extern int pinctrl_force_default(struct pinctrl_dev *pctldev);