summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinus Walleij <linusw@kernel.org>2026-06-13 22:02:30 +0200
committerLinus Walleij <linusw@kernel.org>2026-06-15 15:01:15 +0200
commit8b2c4f88c6ee86efdbc81bed1684e13e2efebd53 (patch)
treec625975da31d53e7f025d27ecbc852187767a91c /drivers
parent894a81b9c4fbb36032db3cad0c5697aecb2bd694 (diff)
pinctrl: Export pinctrl_get_group_selector()
The recently added UltraRISC DP1000 is using this symbol, and in a reasonable way as well, so export it. Acked-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Reported-by: Nathan Chancellor <nathan@kernel.org> Closes: Link: https://lore.kernel.org/linux-gpio/20260613164847.GA3152104@ax162/ Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202606130210.ytVPxHlm-lkp@intel.com/ Fixes: cb7037924836 ("pinctrl: ultrarisc: Add UltraRISC DP1000 pinctrl driver") Signed-off-by: Linus Walleij <linusw@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pinctrl/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c
index 3fcb7e584a93..1675dd36bd5c 100644
--- a/drivers/pinctrl/core.c
+++ b/drivers/pinctrl/core.c
@@ -772,6 +772,7 @@ int pinctrl_get_group_selector(struct pinctrl_dev *pctldev,
return -EINVAL;
}
+EXPORT_SYMBOL_GPL(pinctrl_get_group_selector);
bool pinctrl_gpio_can_use_line(struct gpio_chip *gc, unsigned int offset)
{