timekeeping: Make jiffies_lock internal

Nothing outside of the timekeeping core needs that lock.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
Thomas Gleixner 2013-02-21 22:51:36 +00:00 committed by John Stultz
parent 23a9537a69
commit eb93e4d930
3 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include <linux/stop_machine.h>
#include <linux/pvclock_gtod.h>
#include "tick-internal.h"
static struct timekeeper timekeeper;