From: Jaswinder Singh Date: Wed, 23 Jul 2008 12:06:37 +0000 (+0530) Subject: x86: mm/fault.c declare do_page_fault before they get used X-Git-Tag: v2.6.28-rc1~734^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ef56414ec7e01d787c8e959bb259845df4ee4f;p=pandora-kernel.git x86: mm/fault.c declare do_page_fault before they get used declared do_page_fault() in asm-x86/trap.h for both X86_32 and X86_64 removed do_invalid_op declaration from mm/fault.c as it is already declared in asm-x86/trap.h Signed-off-by: Jaswinder Singh --- Reading git-diff-tree failed