aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2008-10-16 21:14:11 -0700
committerIngo Molnar <mingo@elte.hu>2008-10-17 13:02:24 +0200
commite62b4853983d032dcb3cde9fb20407dc556f47bc (patch)
treefa1c851498d24f1c6caac2ffe5557eee321dcbb2 /include/linux/sched.h
parentc851c8676bd7ae456e9b3af8e6bb2c434eddcc75 (diff)
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 <davem@davemloft.net> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c226c7b8294..6eda6ad735d 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);