From: Ingo Molnar Date: Wed, 24 Oct 2007 16:23:48 +0000 (+0200) Subject: sched: fix fastcall mismatch in completion APIs X-Git-Tag: v2.6.24-rc2~145^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15136e9497ef5d6e08cf665e0d0acf7a229f6dc;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed