linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / mach-lh7a40x / irq-kev7a400.c
index f9b3fe9..691bb09 100644 (file)
@@ -16,7 +16,6 @@
 #include <asm/mach/hardware.h>
 #include <asm/mach/irqs.h>
 
-#include "common.h"
 
   /* KEV7a400 CPLD IRQ handling */
 
@@ -43,8 +42,7 @@ lh7a400_unmask_cpld_irq (u32 irq)
 }
 
 static struct
-irq_chip lh7a400_cpld_chip = {
-       .name   = "CPLD",
+irqchip lh7a400_cpld_chip = {
        .ack    = lh7a400_ack_cpld_irq,
        .mask   = lh7a400_mask_cpld_irq,
        .unmask = lh7a400_unmask_cpld_irq,