From: Adrian Bunk Date: Tue, 13 Feb 2007 12:26:22 +0000 (+0100) Subject: [PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=86a978837ca739842317c4cf433de36aeb85ea3b;p=linux-beck.git [PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include 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 --- diff --git a/arch/i386/kernel/cpu/mcheck/mce.c b/arch/i386/kernel/cpu/mcheck/mce.c index d555bec0db99..4f10c62d180c 100644 --- a/arch/i386/kernel/cpu/mcheck/mce.c +++ b/arch/i386/kernel/cpu/mcheck/mce.c @@ -12,6 +12,7 @@ #include #include +#include #include "mce.h"