Re: [PATCH 1/1] pinctrl: core: Make pinctrl_release static

2013-01-30 Thread Linus Walleij
On Thu, Jan 24, 2013 at 10:31 AM, Sachin Kamat wrote: > 'pinctrl_release' is used only in this file. Hence make it static. > > Without this patch we get the following sparse error: > drivers/pinctrl/core.c:815:6: warning: > symbol 'pinctrl_release' was not declared. Should it be static? > > Signe

[PATCH 1/1] pinctrl: core: Make pinctrl_release static

2013-01-24 Thread Sachin Kamat
'pinctrl_release' is used only in this file. Hence make it static. Without this patch we get the following sparse error: drivers/pinctrl/core.c:815:6: warning: symbol 'pinctrl_release' was not declared. Should it be static? Signed-off-by: Sachin Kamat --- drivers/pinctrl/core.c |2 +- 1 fil