git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab78029
)
pinctrl: core: Make pinctrl_release static
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 24 Jan 2013 09:31:00 +0000
(15:01 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 30 Jan 2013 10:00:58 +0000
(11:00 +0100)
'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 <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found