From: Jacek Luczak Date: Wed, 9 Apr 2008 20:53:50 +0000 (+0200) Subject: x86: remove vm86.h inclusion from process_32.c X-Git-Tag: v2.6.26-rc1~1133^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120d5bf128906c790df810e159d2e1239d08fef1;p=pandora-kernel.git x86: remove vm86.h inclusion from process_32.c I've made a small investigation about vm86.h inclusion rules and it looks like everything is more or less ok. Files that rely on asm/vm86.h symbols are: - kprobes.c - process_32.c - signal_32.c - traps_32.c - vm86_32.c File process_32.c includes vm86.h explicitly. We can remove that include and it won't break anything. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed