aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/acpi
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 11:29:27 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-28 17:20:35 -0500
commitfb5b33c9f62ca9222c11841d61ddb7dc1a6552e9 (patch)
tree96a8d08e95a5605d7efd546b67a8bb442ddcd444 /arch/x86/kernel/acpi
parent0939e4fd351c58d08d25650797749f18904461af (diff)
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/kernel/acpi')
-rw-r--r--arch/x86/kernel/acpi/boot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index 539163161a4c..7b02a1cedca0 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -63,7 +63,6 @@ EXPORT_SYMBOL(acpi_disabled);
63 63
64#ifdef CONFIG_X86_LOCAL_APIC 64#ifdef CONFIG_X86_LOCAL_APIC
65#include <mach_apic.h> 65#include <mach_apic.h>
66#include <mach_mpparse.h>
67#endif /* CONFIG_X86_LOCAL_APIC */ 66#endif /* CONFIG_X86_LOCAL_APIC */
68 67
69#endif /* X86 */ 68#endif /* X86 */