projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ec05d
)
h8300: Convert genirq namespace
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 24 Mar 2011 16:32:22 +0000
(17:32 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 24 Mar 2011 19:35:56 +0000
(20:35 +0100)
Scripted with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/h8300/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/h8300/kernel/irq.c
b/arch/h8300/kernel/irq.c
index
7643d39
..
5729f64
100644
(file)
--- a/
arch/h8300/kernel/irq.c
+++ b/
arch/h8300/kernel/irq.c
@@
-155,7
+155,7
@@
void __init init_IRQ(void)
setup_vector();
for (c = 0; c < NR_IRQS; c++)
-
set_irq
_chip_and_handler(c, &h8300irq_chip, handle_simple_irq);
+
irq_set
_chip_and_handler(c, &h8300irq_chip, handle_simple_irq);
}
asmlinkage void do_IRQ(int irq)