diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-02-28 14:32:19 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-21 09:23:22 +0200 |
commit | 5c67425a46738b6193af28371af6d2ba42e8550c (patch) | |
tree | 4129abfb52e74d495d0bf0b975458657bd5e2033 | |
parent | 5d3fc884b2616d0b0b5db4dbd83e9f3bae5d6d3f (diff) |
pinctrl: at91: 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>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>