commit | 6631fa12c105e326bbe5fb215eb216e86c90d1ba | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue May 30 23:15:39 2017 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun Jun 04 15:40:23 2017 +0200 |
tree | 39ae75019fec20b5279a66d9bf8e08ebd3e6f50a | |
parent | 3a06c7ac24f9f24ec059cd77c2dbdf7fbfd0aaaf [diff] |
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