Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / arm / mach-lh7a40x / irq-lh7a400.c
index 091b2dc..f9fdefe 100644 (file)
@@ -38,15 +38,13 @@ static void lh7a400_ack_gpio_irq (u32 irq)
        INTC_INTENC = (1 << irq);
 }
 
-static struct irq_chip lh7a400_internal_chip = {
-       .name   = "MPU",
+static struct irqchip lh7a400_internal_chip = {
        .ack    = lh7a400_mask_irq, /* Level triggering -> mask is ack */
        .mask   = lh7a400_mask_irq,
        .unmask = lh7a400_unmask_irq,
 };
 
-static struct irq_chip lh7a400_gpio_chip = {
-       .name   = "GPIO",
+static struct irqchip lh7a400_gpio_chip = {
        .ack    = lh7a400_ack_gpio_irq,
        .mask   = lh7a400_mask_irq,
        .unmask = lh7a400_unmask_irq,