diff options
author | David Rientjes <rientjes@google.com> | 2014-02-05 02:55:04 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-02-09 09:15:09 -0500 |
commit | 6d4989835e5418fdfda764fce7294246f80cf464 (patch) | |
tree | f323b9fb67977e6dc703e744d2053ef2fb711e12 | |
parent | 465822cfc8cb850ba76046965cc7b6fd1f8c3d73 (diff) |
x86/apic: Remove unused function prototypes
Some function prototypes declared in asm/apic.h are never
defined, so remove them.
Signed-off-by: David Rientjes <rientjes@google.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/alpine.DEB.2.02.1402042354210.7839@chino.kir.corp.google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | arch/x86/include/asm/apic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index c1d3074b8514..b4c561dbe3ba 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -93,9 +93,6 @@ static inline int is_vsmp_box(void) | |||
93 | return 0; | 93 | return 0; |
94 | } | 94 | } |
95 | #endif | 95 | #endif |
96 | extern void xapic_wait_icr_idle(void); | ||
97 | extern u32 safe_xapic_wait_icr_idle(void); | ||
98 | extern void xapic_icr_write(u32, u32); | ||
99 | extern int setup_profiling_timer(unsigned int); | 96 | extern int setup_profiling_timer(unsigned int); |
100 | 97 | ||
101 | static inline void native_apic_mem_write(u32 reg, u32 v) | 98 | static inline void native_apic_mem_write(u32 reg, u32 v) |
@@ -184,7 +181,6 @@ extern int x2apic_phys; | |||
184 | extern int x2apic_preenabled; | 181 | extern int x2apic_preenabled; |
185 | extern void check_x2apic(void); | 182 | extern void check_x2apic(void); |
186 | extern void enable_x2apic(void); | 183 | extern void enable_x2apic(void); |
187 | extern void x2apic_icr_write(u32 low, u32 id); | ||
188 | static inline int x2apic_enabled(void) | 184 | static inline int x2apic_enabled(void) |
189 | { | 185 | { |
190 | u64 msr; | 186 | u64 msr; |