Skip to content

Commit

Permalink
[PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arc…
Browse files Browse the repository at this point in the history
…h/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@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Mar 23, 2006
1 parent 382dbd0 commit 52f4a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/i386/kernel/cpu/centaur.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions include/asm-i386/mtrr.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <linux/config.h>
#include <linux/ioctl.h>
#include <linux/errno.h>

#define MTRR_IOCTL_BASE 'M'

Expand Down

0 comments on commit 52f4a91

Please sign in to comment.