aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHiroshi Shimamoto <[email protected]>2009-11-04 16:14:16 +0900
committerIngo Molnar <[email protected]>2009-11-04 11:43:42 +0100
commit1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed (patch)
tree550163b002a661377ffbd21b8c16fc691a906752 /include/linux
parentce0e7b28fb75cb003cfc8d0238613aaf1c55e797 (diff)
sched: Remove unused __schedule() declaration
__schedule() had been removed. Signed-off-by: Hiroshi Shimamoto <[email protected]> Cc: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
-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 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);