projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf382b
)
includecheck fix: x86, traps.c
author
Jaswinder Singh Rajput
<
[email protected]
>
Sun, 20 Sep 2009 09:39:26 +0000
(15:09 +0530)
committer
Jaswinder 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
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/traps.c
b/arch/x86/kernel/traps.c
index 7dc0de9d1ed988cd3af42f47d95aa46ddd303722..9346e102338dfcdab484711c21447433b196bd69 100644
(file)
--- 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);