diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2009-11-04 16:14:16 +0900 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-11-04 11:43:42 +0100 |
commit | 1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed (patch) | |
tree | 550163b002a661377ffbd21b8c16fc691a906752 /include/linux/sched.h | |
parent | ce0e7b28fb75cb003cfc8d0238613aaf1c55e797 (diff) | |
download | blackbird-op-linux-1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed.tar.gz blackbird-op-linux-1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed.zip |
sched: Remove unused __schedule() declaration
__schedule() had been removed.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <4AF129C8.3030008@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 75e6e60bf583..f18102c4d0b8 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -349,7 +349,6 @@ extern signed long schedule_timeout(signed long timeout); extern signed long schedule_timeout_interruptible(signed long timeout); extern signed long schedule_timeout_killable(signed long timeout); extern signed long schedule_timeout_uninterruptible(signed long timeout); -asmlinkage void __schedule(void); asmlinkage void schedule(void); extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner); |