]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b83b06d15677e10ddb9037eeb9d1fd1e562ecdb
treefd0e63d38403f4413fa39095e1eff99f7b23d36c
parentaa130d2a941abf406efa2bd2567df57e14d6e925
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]