aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/proto.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 07:30:16 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:30:16 -0500
commit376ff0352c24a5fa47f1250dd60937b5a9077672 (patch)
tree7f5b8a260e2eb65eb9e71aa0639f7ef4825d4a40 /include/asm-x86/proto.h
parent63fefb7d5bac6e65b5df2b7eb4aa56bb4bbadd48 (diff)
x86: move acpi and pci declarations
Move acpi/pci related declarations to the correct headers and remove the duplicate. Build fix from: Andrew Morton Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/proto.h')
-rw-r--r--include/asm-x86/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h
index dabba55f7ed8..64fe816ea37a 100644
--- a/include/asm-x86/proto.h
+++ b/include/asm-x86/proto.h
@@ -58,8 +58,6 @@ extern void show_registers(struct pt_regs *regs);
58 58
59extern void exception_table_check(void); 59extern void exception_table_check(void);
60 60
61extern void acpi_reserve_bootmem(void);
62
63extern void swap_low_mappings(void); 61extern void swap_low_mappings(void);
64 62
65extern void __show_regs(struct pt_regs * regs); 63extern void __show_regs(struct pt_regs * regs);
@@ -69,7 +67,6 @@ extern void syscall32_cpu_init(void);
69 67
70extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end); 68extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end);
71 69
72extern void early_quirks(void);
73extern void check_efer(void); 70extern void check_efer(void);
74 71
75extern void select_idle_routine(const struct cpuinfo_x86 *c); 72extern void select_idle_routine(const struct cpuinfo_x86 *c);