From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- kernel/timer.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN kernel/timer.c~dynticks-extend-next_timer_interrupt-to-use-a-reference-jiffie-make-kernel-timerc__next_timer_interrupt-static kernel/timer.c --- a/kernel/timer.c~dynticks-extend-next_timer_interrupt-to-use-a-reference-jiffie-make-kernel-timerc__next_timer_interrupt-static +++ a/kernel/timer.c @@ -465,7 +465,8 @@ static inline void __run_timers(tvec_bas * is used on S/390 to stop all activity when a cpus is idle. * This functions needs to be called disabled. */ -unsigned long __next_timer_interrupt(tvec_base_t *base, unsigned long now) +static unsigned long __next_timer_interrupt(tvec_base_t *base, + unsigned long now) { struct list_head *list; struct timer_list *nte, *found = NULL; _