diff options
Diffstat (limited to 'kernel/irq/chip.c')
| -rw-r--r-- | kernel/irq/chip.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 6397df2d6945..a2b28a2fd7b1 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -40,10 +40,9 @@ int irq_set_chip(unsigned int irq, struct irq_chip *chip)  	irq_put_desc_unlock(desc, flags);  	/*  	 * For !CONFIG_SPARSE_IRQ make the irq show up in -	 * allocated_irqs. For the CONFIG_SPARSE_IRQ case, it is -	 * already marked, and this call is harmless. +	 * allocated_irqs.  	 */ -	irq_reserve_irq(irq); +	irq_mark_irq(irq);  	return 0;  }  EXPORT_SYMBOL(irq_set_chip);  |