aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2013-02-21 22:51:36 +0000
committerJohn Stultz <john.stultz@linaro.org>2013-03-22 16:20:00 -0700
commiteb93e4d93093615c60cb7dd3dcb24e46bd7d62d4 (patch)
tree8fa60609e162c2b3f61c978517a2223a5243c87e /kernel/time/timekeeping.c
parent23a9537a6999fce16f06ca61fc6cac52c8fbdc86 (diff)
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 c442a4ccccc..b0c648fc959 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;