aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/es7000/mpparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/es7000/mpparse.h')
-rw-r--r--arch/x86/include/asm/es7000/mpparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/es7000/mpparse.h b/arch/x86/include/asm/es7000/mpparse.h
index c1629b090ec2..30692c4ae859 100644
--- a/arch/x86/include/asm/es7000/mpparse.h
+++ b/arch/x86/include/asm/es7000/mpparse.h
@@ -9,7 +9,7 @@ extern void unmap_unisys_acpi_oem_table(unsigned long oem_addr);
9extern void setup_unisys(void); 9extern void setup_unisys(void);
10 10
11#ifndef CONFIG_X86_GENERICARCH 11#ifndef CONFIG_X86_GENERICARCH
12extern int acpi_madt_oem_check(char *oem_id, char *oem_table_id); 12extern int default_acpi_madt_oem_check(char *oem_id, char *oem_table_id);
13extern int mps_oem_check(struct mpc_table *mpc, char *oem, char *productid); 13extern int mps_oem_check(struct mpc_table *mpc, char *oem, char *productid);
14#endif 14#endif
15 15