x86/compat: Remove unneeded #include
authorBrian Gerst <[email protected]>
Mon, 22 Jun 2015 11:55:18 +0000 (07:55 -0400)
committerIngo Molnar <[email protected]>
Mon, 6 Jul 2015 13:28:57 +0000 (15:28 +0200)
Including sys_ia32.h is not needed in signal.c.

Signed-off-by: Brian Gerst <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/signal.c

index 206996c1669db344aba7ff072f734552723e7938..6c22aad8b909ae270c3af45c5fcadcd09969d470 100644 (file)
@@ -35,7 +35,6 @@
 #ifdef CONFIG_X86_64
 #include <asm/proto.h>
 #include <asm/ia32_unistd.h>
-#include <asm/sys_ia32.h>
 #endif /* CONFIG_X86_64 */
 
 #include <asm/syscall.h>