From: Lars-Peter Clausen Date: Thu, 18 Oct 2012 09:34:41 +0000 (+0200) Subject: time/jiffies: Make clocksource_jiffies static X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~74^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95a985781e9e986992351c971af7f7e46e06ed5;p=pandora-kernel.git time/jiffies: Make clocksource_jiffies static Commit f1b8274 ("clocksource: Cleanup clocksource selection") removed all external references to clocksource_jiffies so there is no need to have the symbol globally visible. Fixes the following sparse warning: CHECK kernel/time/jiffies.c kernel/time/jiffies.c:61:20: warning: symbol 'clocksource_jiffies' was not declared. Should it be static? Signed-off-by: Lars-Peter Clausen Signed-off-by: John Stultz --- Reading git-diff-tree failed