time: Consolidate the time accessor prototypes
authorThomas Gleixner <tglx@linutronix.de>
Wed, 16 Jul 2014 21:04:02 +0000 (21:04 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 23 Jul 2014 17:17:54 +0000 (10:17 -0700)
commit8b094cd03b4a3793220d8d8d86a173bfea8c285b
treefd0e63d38403f4413fa39095e1eff99f7b23d36c
parent7d489d15ce4be5310ca60e5896df833f9b3b4088
time: Consolidate the time accessor prototypes

Right now we have time related prototypes in 3 different header
files. Move it to a single timekeeping header file and move the core
internal stuff into a core private header.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
include/linux/hrtimer.h
include/linux/ktime.h
include/linux/time.h
include/linux/timekeeping.h [new file with mode: 0644]
kernel/time/hrtimer.c
kernel/time/posix-timers.c
kernel/time/tick-internal.h
kernel/time/time.c
kernel/time/timekeeping.h [new file with mode: 0644]