]> Pileus Git - ~andy/linux/commitdiff
sparseirq: remove duplicated arch_early_irq_init()
authorYinghai Lu <yinghai@kernel.org>
Wed, 24 Dec 2008 01:29:00 +0000 (17:29 -0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 26 Dec 2008 09:43:30 +0000 (10:43 +0100)
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>
kernel/irq/handle.c

index 7dbdfe52469345af409da26298f278b2aeb71a99..06b05a4d30078dc173d10bd6ead90bc52101f8e8 100644 (file)
@@ -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,