.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Core private header for the pin control subsystem |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Written on behalf of Linaro for ST-Ericsson |
---|
6 | 7 | * |
---|
7 | 8 | * Author: Linus Walleij <linus.walleij@linaro.org> |
---|
8 | | - * |
---|
9 | | - * License terms: GNU General Public License (GPL) version 2 |
---|
10 | 9 | */ |
---|
11 | 10 | |
---|
12 | 11 | #include <linux/kref.h> |
---|
.. | .. |
---|
236 | 235 | extern struct pinctrl_gpio_range * |
---|
237 | 236 | pinctrl_find_gpio_range_from_pin_nolock(struct pinctrl_dev *pctldev, |
---|
238 | 237 | 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); |
---|
243 | 238 | |
---|
244 | 239 | extern int pinctrl_force_sleep(struct pinctrl_dev *pctldev); |
---|
245 | 240 | extern int pinctrl_force_default(struct pinctrl_dev *pctldev); |
---|