diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2008-10-16 09:55:00 +0200 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 16:53:29 +0200 | 
| commit | d3c60047bdb03199b93497ac40bd531315d43a86 (patch) | |
| tree | 858b74f422b1c79be54d2050d23c51999d312566 /kernel/irq/proc.c | |
| parent | a1aca5de08a0cb840a90fb3f729a5940f8d21185 (diff) | |
| download | olio-linux-3.10-d3c60047bdb03199b93497ac40bd531315d43a86.tar.xz olio-linux-3.10-d3c60047bdb03199b93497ac40bd531315d43a86.zip  | |
genirq: cleanup the sparseirq modifications
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 bc0993d86c8..fac014a81b2 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)  {  	if (action->dir) {  		struct irq_desc *desc = irq_to_desc(irq); +  		remove_proc_entry(action->dir->name, desc->dir);  	}  }  |