diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-02-22 09:34:08 (GMT) |
---|---|---|
committer | Laxman Dewangan <ldewangan@nvidia.com> | 2016-02-23 14:10:52 (GMT) |
commit | 77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6 (patch) | |
tree | 60dffa2dbc9fb6df976ffd6ad0c9c9b976aab286 /Documentation | |
parent | 38115ead78627b2ef1d127210f34f9c42cd90fac (diff) | |
download | linux-77ae582c86cf4b5bd5b8df84d9508b7b4dcc25a6.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-model/devres.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 8d8f944..73b98df 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -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() |