aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/bugs.h')
-rw-r--r--arch/x86/include/asm/bugs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/bugs.h b/arch/x86/include/asm/bugs.h
index 92ae28389940..f25ca2d709d4 100644
--- a/arch/x86/include/asm/bugs.h
+++ b/arch/x86/include/asm/bugs.h
@@ -4,8 +4,6 @@
#include <asm/processor.h>
-extern void check_bugs(void);
-
#if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32)
int ppro_with_ram_bug(void);
#else