From: Felipe Balbi Date: Tue, 13 May 2008 14:20:44 +0000 (+0300) Subject: I2C: TWL4030: Give a name to twl4030 irq_chip X-Git-Tag: v2.6.26-omap1~123^2~113 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f6f0145bc6263e24a2e49b92e80185c0fbbfe37;p=linux-2.6-omap-h63xx.git I2C: TWL4030: Give a name to twl4030 irq_chip Small cleanup to beautify /proc/interrupts. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/drivers/i2c/chips/twl4030-core.c b/drivers/i2c/chips/twl4030-core.c index b8ee8e15689..88226537cae 100644 --- a/drivers/i2c/chips/twl4030-core.c +++ b/drivers/i2c/chips/twl4030-core.c @@ -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,