]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/chips/twl4030-core.c
I2C: TWL4030: Give a name to twl4030 irq_chip
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / twl4030-core.c
index b8ee8e15689f569b3065b62faade9273bd177234..88226537cae273fd9242b587001f1ed7b642a232 100644 (file)
@@ -238,6 +238,7 @@ static void twl4030_i2c_enableint(unsigned int irq) {}
 
 /* information for processing in the Work Item */
 static struct irq_chip twl4030_irq_chip = {
+       .name   = "twl4030",
        .ack    = twl4030_i2c_ackirq,
        .mask   = twl4030_i2c_disableint,
        .unmask = twl4030_i2c_enableint,