From 120d5bf128906c790df810e159d2e1239d08fef1 Mon Sep 17 00:00:00 2001 From: Jacek Luczak Date: Wed, 9 Apr 2008 22:53:50 +0200 Subject: [PATCH] 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 --- arch/x86/kernel/process_32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index 3903a8f2eb9..91e147b486d 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -45,7 +45,6 @@ #include #include #include -#include #ifdef CONFIG_MATH_EMULATION #include #endif -- 2.46.0