Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b04690a authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

h8300: Convert genirq namespace



Scripted with coccinelle.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 62ec05d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)