posix-timers: Avoid gazillions of forward declarations
authorThomas Gleixner <tglx@linutronix.de>
Tue, 30 May 2017 21:15:39 +0000 (23:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 4 Jun 2017 13:40:23 +0000 (15:40 +0200)
commit6631fa12c105e326bbe5fb215eb216e86c90d1ba
tree39ae75019fec20b5279a66d9bf8e08ebd3e6f50a
parent3a06c7ac24f9f24ec059cd77c2dbdf7fbfd0aaaf
posix-timers: Avoid gazillions of forward declarations

Move it below the actual implementations as there are new callbacks coming
which would require even more forward declarations.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/20170530211656.238209952@linutronix.de
kernel/time/posix-timers.c