From: David Miller Date: Fri, 17 Oct 2008 04:14:11 +0000 (-0700) Subject: sched: kill unused scheduler decl. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e62b4853983d032dcb3cde9fb20407dc556f47bc;p=deliverable%2Flinux.git sched: kill unused scheduler decl. I noticed this while making investigations into the tbench regressions. Please apply. sched: Remove hrtick_resched() extern decl. This function was removed by 31656519e132f6612584815f128c83976a9aaaef ("sched, x86: clean up hrtick implementation"). Signed-off-by: David S. Miller Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- diff --git a/include/linux/sched.h b/include/linux/sched.h index c226c7b82946..6eda6ad735dc 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -287,7 +287,6 @@ extern void trap_init(void); extern void account_process_tick(struct task_struct *task, int user); extern void update_process_times(int user); extern void scheduler_tick(void); -extern void hrtick_resched(void); extern void sched_show_task(struct task_struct *p);