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)
commit5c084ec82015553ab8972cd251fc2e5757e4a379
treefa015602cbdf508166d2455017341a489c0353cb
parent826d6ca8f955c7a902e775acef3bdbfc93695b04
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 02b50ce4cb1
"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