]> git.karo-electronics.de Git - karo-tx-linux.git/commit
thermal: user_space: Add missing static storage class specifiers
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 27 Sep 2012 11:27:54 +0000 (16:57 +0530)
committerZhang Rui <rui.zhang@intel.com>
Thu, 18 Oct 2012 02:01:25 +0000 (10:01 +0800)
commit6e77a58f972f8ec0d1092b39eb643a2299a70cc7
treeee5e7ffda151b2b4cec352ead4ff8454650af055
parent3a2ccb1962ff3b6956ccf32124eff64db13c3716
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 <sachin.kamat@linaro.org>
drivers/thermal/user_space.c