From: Randy Dunlap Date: Mon, 15 Aug 2011 17:18:46 +0000 (-0700) Subject: x86: fix mm/fault.c build X-Git-Tag: v3.1-rc3~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cedf03bd9aa54d1d7a9065dddc9e76505f476b12;p=pandora-kernel.git x86: fix mm/fault.c build arch/x86/mm/fault.c needs to include asm/vsyscall.h to fix a build error: arch/x86/mm/fault.c: In function '__bad_area_nosemaphore': arch/x86/mm/fault.c:728: error: 'VSYSCALL_START' undeclared (first use in this function) Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed