summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-02-21 23:51:36 +0100
committerJohn Stultz <john.stultz@linaro.org>2013-03-23 00:20:00 +0100
commiteb93e4d93093615c60cb7dd3dcb24e46bd7d62d4 (patch)
tree8fa60609e162c2b3f61c978517a2223a5243c87e /kernel/time/timekeeping.c
parenttimekeeping: Calc stuff once (diff)
downloadlinux-eb93e4d93093615c60cb7dd3dcb24e46bd7d62d4.tar.xz
linux-eb93e4d93093615c60cb7dd3dcb24e46bd7d62d4.zip
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>
Diffstat (limited to 'kernel/time/timekeeping.c')
-rw-r--r--kernel/time/timekeeping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c
index c442a4ccccc9..b0c648fc959f 100644
--- a/kernel/time/timekeeping.c
+++ b/kernel/time/timekeeping.c
@@ -23,6 +23,7 @@
#include <linux/stop_machine.h>
#include <linux/pvclock_gtod.h>
+#include "tick-internal.h"
static struct timekeeper timekeeper;