diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-11-01 16:10:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-01 16:10:48 -0400 |
commit | 20f95e0b22ea45c1798261064baab57efeb3b3bc (patch) | |
tree | 8027509c2cbc1cf206c945b904ba2d79e3901255 /drivers/sh/intc/core.c | |
parent | c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4 (diff) | |
download | kernel_samsung_aries-20f95e0b22ea45c1798261064baab57efeb3b3bc.zip kernel_samsung_aries-20f95e0b22ea45c1798261064baab57efeb3b3bc.tar.gz kernel_samsung_aries-20f95e0b22ea45c1798261064baab57efeb3b3bc.tar.bz2 |
sh: intc: Update for single IRQ reservation helper.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/intc/core.c')
-rw-r--r-- | drivers/sh/intc/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c index 873a99f..e5e9e67 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)); |