Skip to content

Commit

Permalink
includecheck fix: x86, traps.c
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jaswinderrajput committed Sep 20, 2009
1 parent edf382b commit 144374d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
#else
#include <asm/processor-flags.h>
#include <asm/setup.h>
#include <asm/traps.h>

asmlinkage int system_call(void);

Expand Down

0 comments on commit 144374d

Please sign in to comment.