2009-09-04 18:18:22

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] x86: includecheck fix 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]>
---
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 ec13d2a..f91acf9 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);

--
1.6.0.6