gpiolib: devres: Get rid of unused devm_gpio_free()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Jun 2022 17:28:42 +0000 (20:28 +0300)
committerBartosz Golaszewski <brgl@bgdev.pl>
Tue, 19 Jul 2022 07:56:34 +0000 (09:56 +0200)
commit2b038e786f8338a3bc22d791000753e0ec113e00
tree1ac1b92f605a848bbf1b8304ceba08e8116ecfe9
parentff6992735ade75aae3e35d16b17da1008d753d28
gpiolib: devres: Get rid of unused devm_gpio_free()

The last user, which in fact was a dead code, has gone a year ago,
previous one 3 years ago. On top of that we want to drop away the
legacy GPIO APIs in the kernel, so take a chance to get rid of
unused devm_gpio_free() and accompanying stuff.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Documentation/driver-api/driver-model/devres.rst
drivers/gpio/gpiolib-devres.c
include/linux/gpio.h