Skip to content

Commit

Permalink
MN10300: Convert obsolete no_irq_type to no_irq_chip
Browse files Browse the repository at this point in the history
Convert the last remaining users to no_irq_chip.

Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
KAGA-KOKO authored and torvalds committed Apr 9, 2009
1 parent df55292 commit 91e58b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mn10300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void __init init_IRQ(void)
int irq;

for (irq = 0; irq < NR_IRQS; irq++)
if (irq_desc[irq].chip == &no_irq_type)
if (irq_desc[irq].chip == &no_irq_chip)
/* due to the PIC latching interrupt requests, even
* when the IRQ is disabled, IRQ_PENDING is superfluous
* and we can use handle_level_irq() for edge-triggered
Expand Down

0 comments on commit 91e58b6

Please sign in to comment.