Przeglądaj źródła

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 <jaswinderrajput@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Sam Ravnborg <sam@ravnborg.org>
LKML-Reference: <1247065094.4382.49.camel@ht.satnam>
Jaswinder Singh Rajput 15 lat temu
rodzic
commit
144374dcc3
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      arch/x86/kernel/traps.c

+ 0 - 1
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);