From: Dave Chinner Date: Fri, 15 Aug 2008 07:40:44 +0000 (-0700) Subject: completions: uninline try_wait_for_completion and completion_done X-Git-Tag: v2.6.27-rc4~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4de35263f59ca1f4740edfffbfb02cc3f2189e;p=pandora-kernel.git completions: uninline try_wait_for_completion and completion_done m68k fails to build with these functions inlined in completion.h. Move them out of line into sched.c and export them to avoid this problem. Signed-off-by: Dave Chinner Cc: Geert Uytterhoeven Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed