]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpiolib: unexport gpiochip_get_desc()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 25 Jun 2024 07:38:15 +0000 (09:38 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 2 Jul 2024 09:40:37 +0000 (11:40 +0200)
commit6f2a875024993449f1b19a144d3e4391411a1b51
treea07fd6c4d0365a334d031061a58e9191fa5cc6ef
parent7828b7bbbf2074dd7dd14d87f50bc5ce9036d692
gpiolib: unexport gpiochip_get_desc()

This function has been deprecated for some time and is now only used
within the GPIOLIB core. Remove it from the public header and unexport
it as all current users are linked against the compilation unit where
it is defined.

Link: https://lore.kernel.org/r/20240625073815.12376-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib.c
drivers/gpio/gpiolib.h
include/linux/gpio/driver.h