提交 7b04690a 编写于 作者: T Thomas Gleixner

h8300: Convert genirq namespace

Scripted with coccinelle.
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 62ec05d1
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册