From: Jaswinder Singh Date: Mon, 15 Dec 2008 16:54:48 +0000 (+0530) Subject: x86: signal.c declare do_notify_resume before they get used X-Git-Tag: v2.6.29-rc1~536^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5b50f1be9e07714cfaa620d102c8daf3cdd814;p=pandora-kernel.git x86: signal.c declare do_notify_resume before they get used Impact: cleanup In asm/signal.h moved out do_notify_resume from __i386__ as it is common for both 32 and 64 bit. Signed-off-by: Jaswinder Singh Signed-off-by: Ingo Molnar arch/x86/include/asm/signal.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- Reading git-diff-tree failed