[PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/kernel/cpu/centaur.c

From: Jesper Juhl
Date: Sun Feb 26 2006 - 10:10:50 EST



Fix the imlicit declaration of mtrr_centaur_report_mcr
in arch/i386/kernel/cpu/centaur.c

arch/i386/kernel/cpu/centaur.c: In function `centaur_mcr_insert':
arch/i386/kernel/cpu/centaur.c:33: warning: implicit declaration of function `mtrr_centaur_report_mcr'


Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>
---

arch/i386/kernel/cpu/centaur.c | 1 +
1 files changed, 1 insertion(+)

--- linux-2.6.16-rc4-mm2-orig/arch/i386/kernel/cpu/centaur.c 2006-02-18 02:08:40.000000000 +0100
+++ linux-2.6.16-rc4-mm2/arch/i386/kernel/cpu/centaur.c 2006-02-26 15:47:27.000000000 +0100
@@ -4,6 +4,7 @@
#include <asm/processor.h>
#include <asm/msr.h>
#include <asm/e820.h>
+#include <asm/mtrr.h>
#include "cpu.h"

#ifdef CONFIG_X86_OOSTORE


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/