diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-03-01 12:21:51 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 21:29:32 +0300 |
commit | 761b6d1a3efd50b3f15f9e78615297802e0f91d2 (patch) | |
tree | 96023b0db128cbc4f6b02ec33358b17327e40681 | |
parent | 2e8fd696145819c6c5d6ac08c603af655e7f2298 (diff) | |
download | linux-761b6d1a3efd50b3f15f9e78615297802e0f91d2.tar.xz |
arm: mxs: add irq_chip-name for GPIO IRQs
Reported-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | arch/arm/mach-mxs/gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/gpio.c b/arch/arm/mach-mxs/gpio.c index 64848fa3af3b..5120ab58707c 100644 --- a/arch/arm/mach-mxs/gpio.c +++ b/arch/arm/mach-mxs/gpio.c @@ -182,6 +182,7 @@ static int mxs_gpio_set_wake_irq(u32 irq, u32 enable) } static struct irq_chip gpio_irq_chip = { + .name = "mxs gpio", .ack = mxs_gpio_ack_irq, .mask = mxs_gpio_mask_irq, .unmask = mxs_gpio_unmask_irq, |