projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee5bfa6
)
[PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include <asm/mce.h>
author
Adrian Bunk
<bunk@stusta.de>
Tue, 13 Feb 2007 12:26:22 +0000
(13:26 +0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:22 +0000
(13:26 +0100)
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>
arch/i386/kernel/cpu/mcheck/mce.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/cpu/mcheck/mce.c
b/arch/i386/kernel/cpu/mcheck/mce.c
index d555bec0db99d0c0cfa1f3d910a3a17403e7709d..4f10c62d180c1521b26fa5007ca8120e12e4d409 100644
(file)
--- a/
arch/i386/kernel/cpu/mcheck/mce.c
+++ b/
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"