diff options
Diffstat (limited to 'kernel/arch/x86/boot/boot.h')
-rw-r--r-- | kernel/arch/x86/boot/boot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/arch/x86/boot/boot.h b/kernel/arch/x86/boot/boot.h index bd49ec612..9011a8835 100644 --- a/kernel/arch/x86/boot/boot.h +++ b/kernel/arch/x86/boot/boot.h @@ -23,7 +23,6 @@ #include <stdarg.h> #include <linux/types.h> #include <linux/edd.h> -#include <asm/boot.h> #include <asm/setup.h> #include "bitops.h" #include "ctype.h" @@ -307,9 +306,6 @@ void query_edd(void); /* header.S */ void __attribute__((noreturn)) die(void); -/* mca.c */ -int query_mca(void); - /* memory.c */ int detect_memory(void); |