Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86a97883 authored by Adrian Bunk's avatar Adrian Bunk Committed by Andi Kleen
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent ee5bfa64
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@

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

#include "mce.h"