提交 039c4644 编写于 作者: A Alexander Stein 提交者: Sascha Hauer

plat-mxc: Provide irq_chip name for GPIO IRQs

Signed-off-by: NAlexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册