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:
d987569
)
pwm: Add missing static storage class specifiers in core.c file
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 2 Aug 2012 07:02:42 +0000
(12:32 +0530)
committer
Thierry Reding
<thierry.reding@avionic-design.de>
Fri, 17 Aug 2012 12:08:24 +0000
(14:08 +0200)
Fixes the following sparse warnings:
drivers/pwm/core.c:152:6: warning:
symbol 'of_pwmchip_add' was not declared. Should it be static?
drivers/pwm/core.c:165:6: warning:
symbol 'of_pwmchip_remove' was not declared. Should it be static?
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
No differences found