gpio: export of_pinctrl_get to modules
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Link: https://lore.kernel.org/r/20200401151904.6948af20@canb.auug.org.au Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e45ee71ae1
commit
33dd888263
|
@ -103,6 +103,7 @@ struct pinctrl_dev *of_pinctrl_get(struct device_node *np)
|
|||
{
|
||||
return get_pinctrl_dev_from_of_node(np);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(of_pinctrl_get);
|
||||
|
||||
static int dt_to_map_one_config(struct pinctrl *p,
|
||||
struct pinctrl_dev *hog_pctldev,
|
||||
|
|
Loading…
Reference in New Issue