mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
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: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
parent
38115ead78
commit
77ae582c86
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue