summaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
diff options
context:
space:
mode:
authorThomas Gleixner2015-03-25 13:06:04 +0100
committerIngo Molnar2015-04-01 14:22:58 +0200
commitbfb83b27519aa7ed9510f601a8f825a2c1484bc2 (patch)
tree2c33a1b534072ad2bad82fe062b21424ed7f457e /kernel/time/clocksource.c
parentclockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD (diff)
downloadkernel-qcow2-linux-bfb83b27519aa7ed9510f601a8f825a2c1484bc2.tar.gz
kernel-qcow2-linux-bfb83b27519aa7ed9510f601a8f825a2c1484bc2.tar.xz
kernel-qcow2-linux-bfb83b27519aa7ed9510f601a8f825a2c1484bc2.zip
tick: Move clocksource related stuff to timekeeping.h
Move clocksource related stuff to timekeeping.h and remove the pointless include from ntp.c Signed-off-by: Thomas Gleixner <tglx@linutronix.de> [ rjw: Subject ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/2714218.nM5AEfAHj0@vostro.rjw.lan Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/time/clocksource.c')
-rw-r--r--kernel/time/clocksource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index c3be3c71bbad..8b4010f0b1b4 100644
--- a/kernel/time/clocksource.c
+++ b/kernel/time/clocksource.c
@@ -31,7 +31,7 @@
#include <linux/tick.h>
#include <linux/kthread.h>
-#include "tick-internal.h"
+#include "timekeeping.h"
#include "timekeeping_internal.h"
/**