includecheck fix: x86, traps.c
authorJaswinder Singh Rajput <[email protected]>
Sun, 20 Sep 2009 09:39:26 +0000 (15:09 +0530)
committerJaswinder Singh Rajput <[email protected]>
Sun, 20 Sep 2009 10:30:18 +0000 (16:00 +0530)
fix the following 'make includecheck' warning:

  arch/x86/kernel/traps.c: asm/traps.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Sam Ravnborg <[email protected]>
LKML-Reference: <1247065094[email protected]>

arch/x86/kernel/traps.c

index 7dc0de9d1ed988cd3af42f47d95aa46ddd303722..9346e102338dfcdab484711c21447433b196bd69 100644 (file)
@@ -65,7 +65,6 @@
 #else
 #include <asm/processor-flags.h>
 #include <asm/setup.h>
-#include <asm/traps.h>
 
 asmlinkage int system_call(void);