Commit 77ae582c authored by Laxman Dewangan's avatar Laxman Dewangan

gpio: Add missing devm_gpio_ wrapper in devres.txt

Add following missing devm wrappers in file devrs.txt under
list of managed interfaces.
  devm_gpio_request()
  devm_gpio_request_one()
  devm_gpio_free()
Signed-off-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
parent 38115ead
......@@ -254,6 +254,9 @@ GPIO
devm_gpiod_put()
devm_gpiochip_add_data()
devm_gpiochip_remove()
devm_gpio_request()
devm_gpio_request_one()
devm_gpio_free()
IIO
devm_iio_device_alloc()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment