]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-pxa/lubbock.c
[ARM] 5298/1: Drop desc_handle_irq()
[linux-2.6-omap-h63xx.git] / arch / arm / mach-pxa / lubbock.c
index ecbfbb9f46a24c25851365fc98ce47441fb6413f..bff704354c1aaf5b7168290fec3bdc5635ae0659 100644 (file)
@@ -155,8 +155,7 @@ static void lubbock_irq_handler(unsigned int irq, struct irq_desc *desc)
                GEDR(0) = GPIO_bit(0);  /* clear our parent irq */
                if (likely(pending)) {
                        irq = LUBBOCK_IRQ(0) + __ffs(pending);
-                       desc = irq_desc + irq;
-                       desc_handle_irq(irq, desc);
+                       generic_handle_irq(irq);
                }
                pending = LUB_IRQ_SET_CLR & lubbock_irq_enabled;
        } while (pending);