diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 19:29:27 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 01:20:35 +0300 |
commit | fb5b33c9f62ca9222c11841d61ddb7dc1a6552e9 (patch) | |
tree | 96a8d08e95a5605d7efd546b67a8bb442ddcd444 /arch/x86/include/asm/mach-default/mach_mpparse.h | |
parent | 0939e4fd351c58d08d25650797749f18904461af (diff) | |
download | linux-fb5b33c9f62ca9222c11841d61ddb7dc1a6552e9.tar.xz |
x86: eliminate asm/mach-*/mach_mpparse.h
Move the definition to mpparse.h.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mach-default/mach_mpparse.h')
-rw-r--r-- | arch/x86/include/asm/mach-default/mach_mpparse.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/x86/include/asm/mach-default/mach_mpparse.h b/arch/x86/include/asm/mach-default/mach_mpparse.h deleted file mode 100644 index af0da140df95..000000000000 --- a/arch/x86/include/asm/mach-default/mach_mpparse.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H -#define _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H - -static inline int -generic_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) -{ - return 0; -} - -/* Hook from generic ACPI tables.c */ -static inline int default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) -{ - return 0; -} - - -#endif /* _ASM_X86_MACH_DEFAULT_MACH_MPPARSE_H */ |