]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: st: Move st_get_pio_control() further up the source file
authorLee Jones <lee.jones@linaro.org>
Wed, 18 Mar 2015 17:21:16 +0000 (17:21 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Mar 2015 15:36:07 +0000 (16:36 +0100)
commitf89e68fc3b5a5d53d73a0df71b94d3c0a009d0ba
tree771402c6eba34418a831c92230c4e3107620c8bd
parentc2a4bf47089823bb76d2498eebda922ecf99546d
pinctrl: st: Move st_get_pio_control() further up the source file

st_get_pio_control() will be used by subsequent calls which are
to be located above its original position.  This is required to
prevent the need for an unnecessary forward-declaration/prototype.

Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-st.c