From 621769334b6a9be702e4f9e3c56a77da1a112377 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Thu, 27 Sep 2012 16:57:53 +0530 Subject: [PATCH] thermal: fair_share: Add missing static storage class specifiers Fixes the following sparse warnings: drivers/thermal/fair_share.c:80:5: warning: symbol 'fair_share_throttle' was not declared. Should it be static? drivers/thermal/fair_share.c:111:25: warning: symbol 'thermal_gov_fair_share' was not declared. Should it be static? Signed-off-by: Sachin Kamat Acked-by: Durgadoss R Signed-off-by: Zhang Rui --- Reading git-format-patch failed