From: Sachin Kamat Date: Thu, 27 Sep 2012 11:27:54 +0000 (+0530) Subject: thermal: user_space: Add missing static storage class specifiers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~60^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15cb144939c84947b4fbcf191cda59d71cd0b34;p=pandora-kernel.git thermal: user_space: Add missing static storage class specifiers Fixes the following sparse warnings: drivers/thermal/user_space.c:38:5: warning: symbol 'notify_user_space' was not declared. Should it be static? drivers/thermal/user_space.c:46:25: warning: symbol 'thermal_gov_user_space' was not declared. Should it be static? Signed-off-by: Sachin Kamat Acked-by: Durgadoss R Signed-off-by: Zhang Rui --- Reading git-diff-tree failed