[STLinux Kernel] [PATCH 3/6] pinctrl: st: Move st_get_pio_control() further up the source file
From: Maxime Coquelin <hidden>
Date: 2015-03-18 16:42:36
Also in:
linux-gpio, lkml
From: Maxime Coquelin <hidden>
Date: 2015-03-18 16:42:36
Also in:
linux-gpio, lkml
On 03/18/2015 11:51 AM, Lee Jones wrote:
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. Signed-off-by: Lee Jones <redacted> --- drivers/pinctrl/pinctrl-st.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
Acked-by: Maxime Coquelin <redacted> Thanks, Maxime