Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 144374dc authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

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: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Sam Ravnborg <sam@ravnborg.org>
LKML-Reference: <1247065094.4382.49.camel@ht.satnam>
parent edf382bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@
#else
#include <asm/processor-flags.h>
#include <asm/setup.h>
#include <asm/traps.h>

asmlinkage int system_call(void);