]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: Export pinctrl_get_group_selector()
authorLinus Walleij <linusw@kernel.org>
Sat, 13 Jun 2026 20:02:30 +0000 (22:02 +0200)
committerLinus Walleij <linusw@kernel.org>
Mon, 15 Jun 2026 13:01:15 +0000 (15:01 +0200)
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>
drivers/pinctrl/core.c

index 3fcb7e584a9373d2cde6f14bb5c59cc6c6efc3ca..1675dd36bd5cecf83c0e823178b9eb4c445a90f5 100644 (file)
@@ -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)
 {