diff options
author | Yinghai Lu <yinghai@kernel.org> | 2008-12-23 20:29:00 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-26 04:43:30 -0500 |
commit | 00c23634879062d1c38d60128bf150c394a359e8 (patch) | |
tree | 87e96a16ba921c05960d7a97e3956477a6c84be6 /kernel | |
parent | 18eefedfe8ad33e8fc7614c13359e29a9fab4644 (diff) |
sparseirq: remove duplicated arch_early_irq_init()
Impact: clean up
We already have a weak copy of this function in init/main.c
Signed-off-by: Yinghai <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/irq/handle.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index 7dbdfe524693..06b05a4d3007 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
@@ -56,10 +56,6 @@ void handle_bad_irq(unsigned int irq, struct irq_desc *desc) | |||
56 | int nr_irqs = NR_IRQS; | 56 | int nr_irqs = NR_IRQS; |
57 | EXPORT_SYMBOL_GPL(nr_irqs); | 57 | EXPORT_SYMBOL_GPL(nr_irqs); |
58 | 58 | ||
59 | void __init __attribute__((weak)) arch_early_irq_init(void) | ||
60 | { | ||
61 | } | ||
62 | |||
63 | #ifdef CONFIG_SPARSE_IRQ | 59 | #ifdef CONFIG_SPARSE_IRQ |
64 | static struct irq_desc irq_desc_init = { | 60 | static struct irq_desc irq_desc_init = { |
65 | .irq = -1, | 61 | .irq = -1, |