Merge branch 'master' into upstream-fixes
[sfrench/cifs-2.6.git] / arch / arm / mach-lh7a40x / irq-lpd7a40x.c
index dcb4e17b941990eabe8992680c9aa9b67afb6fd4..b20376804bbb19849bafdb7348143f6f3a4a60f1 100644 (file)
@@ -50,14 +50,14 @@ static void lh7a40x_unmask_cpld_irq (u32 irq)
        }
 }
 
-static struct irqchip lh7a40x_cpld_chip = {
+static struct irq_chip lh7a40x_cpld_chip = {
+       .name   = "CPLD",
        .ack    = lh7a40x_ack_cpld_irq,
        .mask   = lh7a40x_mask_cpld_irq,
        .unmask = lh7a40x_unmask_cpld_irq,
 };
 
-static void lh7a40x_cpld_handler (unsigned int irq, struct irqdesc *desc,
-                                 struct pt_regs *regs)
+static void lh7a40x_cpld_handler (unsigned int irq, struct irqdesc *desc)
 {
        unsigned int mask = CPLD_INTERRUPTS;