diff options
Diffstat (limited to 'arch/x86/include/asm/mach-generic/mach_mpparse.h')
-rw-r--r-- | arch/x86/include/asm/mach-generic/mach_mpparse.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mach-generic/mach_mpparse.h b/arch/x86/include/asm/mach-generic/mach_mpparse.h index f497d96c76b..22bfb56f8fb 100644 --- a/arch/x86/include/asm/mach-generic/mach_mpparse.h +++ b/arch/x86/include/asm/mach-generic/mach_mpparse.h | |||
@@ -1,8 +1,7 @@ | |||
1 | #ifndef _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H | 1 | #ifndef _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H |
2 | #define _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H | 2 | #define _ASM_X86_MACH_GENERIC_MACH_MPPARSE_H |
3 | 3 | ||
4 | 4 | extern int generic_mps_oem_check(struct mpc_table *, char *, char *); | |
5 | extern int mps_oem_check(struct mpc_table *, char *, char *); | ||
6 | 5 | ||
7 | extern int default_acpi_madt_oem_check(char *, char *); | 6 | extern int default_acpi_madt_oem_check(char *, char *); |
8 | 7 | ||