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)
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>

No differences found