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:
eddf817
)
gpio: msm: Staticize local variable 'msm_gpio'
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 6 Aug 2013 09:43:18 +0000
(18:43 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 16 Aug 2013 14:47:30 +0000
(16:47 +0200)
The local variable 'msm_gpio' is used only in this file.
Fix the following sparse warning:
drivers/gpio/gpio-msm-v2.c:109:21: warning: symbol 'msm_gpio' was not declared. Should it be static?
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found