From 5b31ba0c9831d000abb1b75c66fb773101ecf29e Mon Sep 17 00:00:00 2001 From: Srinivasa Ds Date: Tue, 23 Sep 2008 15:23:52 +0530 Subject: [PATCH] --- yaml --- r: 113288 b: refs/heads/master c: e8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/traps.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 38bfd76e780b..7bed39a39938 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: da654b74bda14c45a7d98c731bf3c1a43b6b74e2 +refs/heads/master: e8d3f455de4f42d4bab2f6f1aeb2cf3bd18eb508 diff --git a/trunk/include/asm-x86/traps.h b/trunk/include/asm-x86/traps.h index 4b1e90409251..7a692baa51ae 100644 --- a/trunk/include/asm-x86/traps.h +++ b/trunk/include/asm-x86/traps.h @@ -1,6 +1,8 @@ #ifndef ASM_X86__TRAPS_H #define ASM_X86__TRAPS_H +#include + /* Common in X86_32 and X86_64 */ asmlinkage void divide_error(void); asmlinkage void debug(void);