Explorar o código

[PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include <asm/mce.h>

Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Adrian Bunk %!s(int64=18) %!d(string=hai) anos
pai
achega
86a978837c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      arch/i386/kernel/cpu/mcheck/mce.c

+ 1 - 0
arch/i386/kernel/cpu/mcheck/mce.c

@@ -12,6 +12,7 @@
 
 #include <asm/processor.h> 
 #include <asm/system.h>
+#include <asm/mce.h>
 
 #include "mce.h"