diff options
Diffstat (limited to 'kernel/irq/proc.c')
-rw-r--r-- | kernel/irq/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/proc.c b/kernel/irq/proc.c index bc0993d86c8b..fac014a81b24 100644 --- a/kernel/irq/proc.c +++ b/kernel/irq/proc.c | |||
@@ -215,6 +215,7 @@ void unregister_handler_proc(unsigned int irq, struct irqaction *action) | |||
215 | { | 215 | { |
216 | if (action->dir) { | 216 | if (action->dir) { |
217 | struct irq_desc *desc = irq_to_desc(irq); | 217 | struct irq_desc *desc = irq_to_desc(irq); |
218 | |||
218 | remove_proc_entry(action->dir->name, desc->dir); | 219 | remove_proc_entry(action->dir->name, desc->dir); |
219 | } | 220 | } |
220 | } | 221 | } |