linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / mach-iop3xx / iop321-irq.c
index 88ac333..d42aae6 100644 (file)
@@ -52,8 +52,7 @@ iop321_irq_unmask (unsigned int irq)
        intctl_write(iop321_mask);
 }
 
-struct irq_chip ext_chip = {
-       .name   = "IOP",
+struct irqchip ext_chip = {
        .ack    = iop321_irq_mask,
        .mask   = iop321_irq_mask,
        .unmask = iop321_irq_unmask,