Home
last modified time | relevance | path

Searched hist:f95a985781e9e986992351c971af7f7e46e06ed5 (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/time/
H A Djiffies.cdiff f95a985781e9e986992351c971af7f7e46e06ed5 Thu Oct 18 11:34:41 CEST 2012 Lars-Peter Clausen <lars@metafoo.de> 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 <lars@metafoo.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>