OSDN Git Service

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)
commitdfeb86ecde7ae6ce15bd69a6a205b5e13aea8111
tree07b0ea998161300e9e3c1f92e939a14c7b1e3508
parentd9875690d9b89a866022ff49e3fcea892345ad92
pwm: Add missing static storage class specifiers in core.c file

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>
drivers/pwm/core.c