瀏覽代碼

[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 18 年之前
父節點
當前提交
86a978837c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"