From: Sachin Kamat Date: Thu, 2 Aug 2012 07:02:42 +0000 (+0530) Subject: pwm: Add missing static storage class specifiers in core.c file X-Git-Tag: v3.6-rc3~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfeb86ecde7ae6ce15bd69a6a205b5e13aea8111;p=pandora-kernel.git 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 Signed-off-by: Thierry Reding --- Reading git-diff-tree failed