diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:33 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:33 -0400 |
commit | 91cd444e56ebe0c2acd9576a045d77490b26f607 (patch) | |
tree | 647c37392e41541efb67d8656703f36cf15b5e35 | |
parent | 2b94ab2fd55768030e177a6ec224dedd031ad06b (diff) |
[PATCH] x86: Remove unneeded externs in acpi/boot.c
And move one into proto.h
Cc: len.brown@intel.com
Signed-off-by: Andi Kleen <ak@suse.de>
-rw-r--r-- | arch/i386/kernel/acpi/boot.c | 3 | ||||
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index f3761b98c8dd..c809a3f4c0bf 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c | |||
@@ -47,9 +47,6 @@ EXPORT_SYMBOL(acpi_disabled); | |||
47 | 47 | ||
48 | #ifdef CONFIG_X86_64 | 48 | #ifdef CONFIG_X86_64 |
49 | 49 | ||
50 | extern void __init clustered_apic_check(void); | ||
51 | |||
52 | extern int gsi_irq_sharing(int gsi); | ||
53 | #include <asm/proto.h> | 50 | #include <asm/proto.h> |
54 | 51 | ||
55 | static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id) { return 0; } | 52 | static inline int acpi_madt_oem_check(char *oem_id, char *oem_table_id) { return 0; } |
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 151826f8ce69..b73d0c76613c 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -124,6 +124,8 @@ extern int fix_aperture; | |||
124 | extern int reboot_force; | 124 | extern int reboot_force; |
125 | extern int notsc_setup(char *); | 125 | extern int notsc_setup(char *); |
126 | 126 | ||
127 | extern int gsi_irq_sharing(int gsi); | ||
128 | |||
127 | extern void smp_local_timer_interrupt(struct pt_regs * regs); | 129 | extern void smp_local_timer_interrupt(struct pt_regs * regs); |
128 | 130 | ||
129 | long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); | 131 | long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); |