Skip to content

Commit

Permalink
h8300: Convert genirq namespace
Browse files Browse the repository at this point in the history
Scripted with coccinelle.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Mar 24, 2011
1 parent 62ec05d commit 7b04690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/h8300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b04690

Please sign in to comment.