Commit 039c4644 authored by Alexander Stein's avatar Alexander Stein Committed by Sascha Hauer

plat-mxc: Provide irq_chip name for GPIO IRQs

Signed-off-by: default avatarAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent bf9f6c8f
......@@ -233,6 +233,7 @@ static int gpio_set_wake_irq(struct irq_data *d, u32 enable)
}
static struct irq_chip gpio_irq_chip = {
.name = "GPIO",
.irq_ack = gpio_ack_irq,
.irq_mask = gpio_mask_irq,
.irq_unmask = gpio_unmask_irq,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment