Skip to content

Commit

Permalink
[PATCH] i386: arch/i386/kernel/cpu/mcheck/mce.c should #include <asm/…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed Feb 13, 2007
1 parent ee5bfa6 commit 86a9788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/i386/kernel/cpu/mcheck/mce.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include <asm/processor.h>
#include <asm/system.h>
#include <asm/mce.h>

#include "mce.h"

Expand Down

0 comments on commit 86a9788

Please sign in to comment.