diff --git a/[refs] b/[refs] index 69da31c7fcde..718493848e3e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 18eefedfe8ad33e8fc7614c13359e29a9fab4644 +refs/heads/master: 00c23634879062d1c38d60128bf150c394a359e8 diff --git a/trunk/kernel/irq/handle.c b/trunk/kernel/irq/handle.c index 7dbdfe524693..06b05a4d3007 100644 --- a/trunk/kernel/irq/handle.c +++ b/trunk/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,