diff options
author | Jaswinder Singh Rajput <[email protected]> | 2009-09-20 15:09:26 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <[email protected]> | 2009-09-20 16:00:18 +0530 |
commit | 144374dcc3ad0436f0a1bb3095836cf0ec32eebe (patch) | |
tree | 7f7cd0317cf07d2bcd5900500a35f30082d6fdbd | |
parent | edf382bc6d4429d796fc3b26f7a33eaeca9db8ec (diff) |
includecheck fix: x86, traps.c
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: <[email protected]>
-rw-r--r-- | arch/x86/kernel/traps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index 7dc0de9d1ed9..9346e102338d 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c @@ -65,7 +65,6 @@ #else #include <asm/processor-flags.h> #include <asm/setup.h> -#include <asm/traps.h> asmlinkage int system_call(void); |