summaryrefslogtreecommitdiff
path: root/include/asm-x86
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-02-04 15:48:04 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-02-04 15:48:04 (GMT)
commit73bdb73f6666228289af4be55a77e2ed978061a7 (patch)
treeb09dde57d84ae9b6497cd6288a526b7a7cd584c7 /include/asm-x86
parent599db4fe23d3869af98e2addef5628faef550f60 (diff)
downloadlinux-fsl-qoriq-73bdb73f6666228289af4be55a77e2ed978061a7.tar.xz
x86: add include to cpu/intel.c
Fixes sparse warning: arch/x86/kernel/cpu/intel.c:48:15: warning: symbol 'ppro_with_ram_bug' was not declared. Should it be static? Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/bugs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/bugs.h b/include/asm-x86/bugs.h
index 3fcc30d..021cbdd 100644
--- a/include/asm-x86/bugs.h
+++ b/include/asm-x86/bugs.h
@@ -2,6 +2,6 @@
#define _ASM_X86_BUGS_H
extern void check_bugs(void);
-extern int ppro_with_ram_bug(void);
+int ppro_with_ram_bug(void);
#endif /* _ASM_X86_BUGS_H */