Commit 94a21809 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fix typo in gpio

Fix typo in gpio
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e9a48358
...@@ -1092,7 +1092,7 @@ static struct irq_chip mpuio_irq_chip = { ...@@ -1092,7 +1092,7 @@ static struct irq_chip mpuio_irq_chip = {
.name = "MPUIO", .name = "MPUIO",
.ack = mpuio_ack_irq, .ack = mpuio_ack_irq,
.mask = mpuio_mask_irq, .mask = mpuio_mask_irq,
.unmask = mpuio_unmask_irq .unmask = mpuio_unmask_irq,
.set_type = gpio_irq_type, .set_type = gpio_irq_type,
}; };
......
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