Skip to content

Commit 33dd888

Browse files
sfrothwelllinusw
authored andcommitted
gpio: export of_pinctrl_get to modules
Signed-off-by: Stephen Rothwell <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent e45ee71 commit 33dd888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/devicetree.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ struct pinctrl_dev *of_pinctrl_get(struct device_node *np)
103103
{
104104
return get_pinctrl_dev_from_of_node(np);
105105
}
106+
EXPORT_SYMBOL_GPL(of_pinctrl_get);
106107

107108
static int dt_to_map_one_config(struct pinctrl *p,
108109
struct pinctrl_dev *hog_pctldev,

0 commit comments

Comments
 (0)