i386: arch/i386/kernel/cpu/mcheck/mce.c should #include From: Adrian Bunk Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen --- arch/i386/kernel/cpu/mcheck/mce.c | 1 + 1 file changed, 1 insertion(+) Index: linux/arch/i386/kernel/cpu/mcheck/mce.c =================================================================== --- linux.orig/arch/i386/kernel/cpu/mcheck/mce.c +++ linux/arch/i386/kernel/cpu/mcheck/mce.c @@ -12,6 +12,7 @@ #include #include +#include #include "mce.h"