summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2026-01-27 11:32:06 +0100
committerLinus Walleij <linusw@kernel.org>2026-02-03 01:18:18 +0100
commit17926aa1b62c6ddb1e2ddbda8b2ac46913c5311c (patch)
tree84b70f74ceebba36fd0570c784e20a09ffa5f53d /Documentation/driver-api
parent0a4614fe85ef130ab3769afdf9d174cc9e645dea (diff)
pinctrl: core: Remove unused devm_pinctrl_unregister()
There are no users, drop it for good. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Linus Walleij <linusw@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/driver-model/devres.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 0198ac65e874..7d2b897d66fa 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -408,7 +408,6 @@ PINCTRL
devm_pinctrl_get_select()
devm_pinctrl_register()
devm_pinctrl_register_and_init()
- devm_pinctrl_unregister()
POWER
devm_reboot_mode_register()