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

Commit 91e58b6e authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Linus Torvalds
Browse files

MN10300: Convert obsolete no_irq_type to no_irq_chip



Convert the last remaining users to no_irq_chip.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent df552929
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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