mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 00:04:15 +08:00
h8300: Convert genirq namespace
Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
62ec05d1ea
commit
7b04690a35
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user