commit | be4de35263f59ca1f4740edfffbfb02cc3f2189e | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Fri Aug 15 00:40:44 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Aug 15 08:35:44 2008 -0700 |
tree | 7e560d01fdd56172b098e33b7c643de129e93b7b | |
parent | e48880e02e7e7ead9daa47fe3a20486f550668d3 [diff] |
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 <david@fromorbit.com> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>