pwm: Add missing static storage class specifiers in core.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 2 Aug 2012 07:02:42 +0000 (12:32 +0530)
committerThierry 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