summaryrefslogtreecommitdiff
path: root/kernel/irq/handle.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2008-12-23 17:29:00 -0800
committerIngo Molnar <mingo@elte.hu>2008-12-26 10:43:30 +0100
commit00c23634879062d1c38d60128bf150c394a359e8 (patch)
tree87e96a16ba921c05960d7a97e3956477a6c84be6 /kernel/irq/handle.c
parent18eefedfe8ad33e8fc7614c13359e29a9fab4644 (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/irq/handle.c')
-rw-r--r--kernel/irq/handle.c4
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)
int nr_irqs = NR_IRQS;
EXPORT_SYMBOL_GPL(nr_irqs);
-void __init __attribute__((weak)) arch_early_irq_init(void)
-{
-}
-
#ifdef CONFIG_SPARSE_IRQ
static struct irq_desc irq_desc_init = {
.irq = -1,