timers: Make run_local_timers() static
authorThomas Gleixner <tglx@linutronix.de>
Mon, 16 Nov 2020 09:53:38 +0000 (10:53 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 16 Nov 2020 14:20:01 +0000 (15:20 +0100)
commitcc947f2b9c04113d84eeef67cc7c6326e1982019
tree1ce84059edd3e6ef9ad0635bdd80277abcb8410b
parent6e5a91901c2dff3a0f2eb9f10e427dce2b0488fc
timers: Make run_local_timers() static

No users outside of the timer code. Move the caller below this function to
avoid a pointless forward declaration.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/timer.h
kernel/time/timer.c