diff options
Diffstat (limited to 'arch/x86/kernel/irq.c')
-rw-r--r-- | arch/x86/kernel/irq.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/kernel/irq.c b/arch/x86/kernel/irq.c index 5ee693faa111..948a31eae75f 100644 --- a/arch/x86/kernel/irq.c +++ b/arch/x86/kernel/irq.c | |||
@@ -223,15 +223,6 @@ void smp_x86_platform_ipi(struct pt_regs *regs) | |||
223 | 223 | ||
224 | EXPORT_SYMBOL_GPL(vector_used_by_percpu_irq); | 224 | EXPORT_SYMBOL_GPL(vector_used_by_percpu_irq); |
225 | 225 | ||
226 | #ifdef CONFIG_OF | ||
227 | unsigned int irq_create_of_mapping(struct device_node *controller, | ||
228 | const u32 *intspec, unsigned int intsize) | ||
229 | { | ||
230 | return intspec[0]; | ||
231 | } | ||
232 | EXPORT_SYMBOL_GPL(irq_create_of_mapping); | ||
233 | #endif | ||
234 | |||
235 | #ifdef CONFIG_HOTPLUG_CPU | 226 | #ifdef CONFIG_HOTPLUG_CPU |
236 | /* A cpu has been removed from cpu_online_mask. Reset irq affinities. */ | 227 | /* A cpu has been removed from cpu_online_mask. Reset irq affinities. */ |
237 | void fixup_irqs(void) | 228 | void fixup_irqs(void) |