diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-02-24 14:44:07 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-21 09:23:20 +0200 |
commit | 12ba40821ad0fd3c202efdb31b0be9b5872cef1c (patch) | |
tree | 6c8c695f6ef264a0b26f6092b1ad12f7b5562a69 | |
parent | f3abcb66b55ff30b976f7fd48c84fd3922d95d55 (diff) |
pinctrl: adi2: Use devm_pinctrl_register() for pinctrl registration
Use devm_pinctrl_register() for pin control registration and remove
the need of .remove callback.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>