]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: lantiq: Remove ltq_pmx_disable() function
authorAxel Lin <axel.lin@ingics.com>
Wed, 7 Nov 2012 15:57:59 +0000 (23:57 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 11 Nov 2012 18:36:09 +0000 (19:36 +0100)
commit7bc5c73df94d86475d03a73740f2b47d1ad7637f
treefa015602cbdf508166d2455017341a489c0353cb
parentb5603592f60b258093fcd2a08534d1da09d8cb01
pinctrl: lantiq: Remove ltq_pmx_disable() function

Current code adds empty ltq_pmx_disable() because pinmux_check_ops() requires
this callback to be defined.

This is not required since commit 7560a32ca4f
"pinctrl: make pinmux disable function optional".

Thus remove ltq_pmx_disable() function.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-lantiq.c