X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=drivers%2Fsh%2Fintc%2Fcore.c;h=e5e9e6735f7d62e3d585505de7be4fe379fbbd40;hb=20f95e0b22ea45c1798261064baab57efeb3b3bc;hp=873a99ff8f64a454a505d1838be751dad20ae181;hpb=c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4;p=net-next-2.6.git diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c index 873a99ff8f6..e5e9e6735f7 100644 --- a/drivers/sh/intc/core.c +++ b/drivers/sh/intc/core.c @@ -79,7 +79,7 @@ static void __init intc_register_irq(struct intc_desc *desc, * Register the IRQ position with the global IRQ map, then insert * it in to the radix tree. */ - irq_reserve_irqs(irq, 1); + irq_reserve_irq(irq); raw_spin_lock_irqsave(&intc_big_lock, flags); radix_tree_insert(&d->tree, enum_id, intc_irq_xlate_get(irq));