sched: fix fastcall mismatch in completion APIs
authorIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000 (18:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Oct 2007 16:23:48 +0000 (18:23 +0200)
commitb15136e9497ef5d6e08cf665e0d0acf7a229f6dc
tree88178f8115d502787e7c52c548c5745350353bc0
parent7378547f2c83ca16a30d0a7c488a43a688ea0888
sched: fix fastcall mismatch in completion APIs

Jeff Dike noticed that wait_for_completion_interruptible()'s prototype
had a mismatched fastcall.

Fix this by removing the fastcall attributes from all the completion APIs.

Found-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/completion.h
kernel/sched.c