diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2017-05-30 23:15:41 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-06-04 15:40:23 +0200 |
commit | bab0aae9dcba9466dcc968b8bd21914f8f691631 (patch) | |
tree | 4099065707529a821372baf4a3d1d268ebda32d5 /kernel/time/posix-cpu-timers.c | |
parent | posix-timers: Cleanup struct k_itimer (diff) | |
download | linux-bab0aae9dcba9466dcc968b8bd21914f8f691631.tar.xz linux-bab0aae9dcba9466dcc968b8bd21914f8f691631.zip |
posix-timers: Move posix-timer internals to core
None of these declarations is required outside of kernel/time. Move them to
an internal header.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20170530211656.394803853@linutronix.de
Diffstat (limited to 'kernel/time/posix-cpu-timers.c')
-rw-r--r-- | kernel/time/posix-cpu-timers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/time/posix-cpu-timers.c b/kernel/time/posix-cpu-timers.c index c99434739fd5..a77a792f2570 100644 --- a/kernel/time/posix-cpu-timers.c +++ b/kernel/time/posix-cpu-timers.c @@ -13,6 +13,8 @@ #include <linux/tick.h> #include <linux/workqueue.h> +#include "posix-timers.h" + /* * Called after updating RLIMIT_CPU to run cpu timer and update * tsk->signal->cputime_expires expiration cache if necessary. Needs |