diff options
Diffstat (limited to 'kernel/irq/manage.c')
| -rw-r--r-- | kernel/irq/manage.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index 585f6381f8e..bb32326afe8 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -1220,12 +1220,6 @@ static struct irqaction *__free_irq(unsigned int irq, void *dev_id)  	/* Found it - now remove it from the list of entries: */  	*action_ptr = action->next; -	/* Currently used only by UML, might disappear one day: */ -#ifdef CONFIG_IRQ_RELEASE_METHOD -	if (desc->irq_data.chip->release) -		desc->irq_data.chip->release(irq, dev_id); -#endif -  	/* If this was the last handler, shut down the IRQ line: */  	if (!desc->action)  		irq_shutdown(desc);  |