]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
I2C: TWL4030: Give a name to twl4030 irq_chip
authorFelipe Balbi <felipe.balbi@nokia.com>
Tue, 13 May 2008 14:20:44 +0000 (17:20 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 14 May 2008 22:24:51 +0000 (15:24 -0700)
Small cleanup to beautify /proc/interrupts.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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,