MN10300: Convert obsolete no_irq_type to no_irq_chip
authorThomas Gleixner <tglx@linutronix.de>
Thu, 9 Apr 2009 17:18:47 +0000 (18:18 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Apr 2009 17:33:21 +0000 (10:33 -0700)
Convert the last remaining users to no_irq_chip.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/mn10300/kernel/irq.c

index 50fdb5c..4c3c58e 100644 (file)
@@ -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