Commit f77329d1 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij

pinctrl: adi2: Statize adi_gpio_irq_domain_ops

It's only referenced in this file, make it static.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d10046e2
...@@ -927,7 +927,7 @@ static int adi_gpio_irq_map(struct irq_domain *d, unsigned int irq, ...@@ -927,7 +927,7 @@ static int adi_gpio_irq_map(struct irq_domain *d, unsigned int irq,
return 0; return 0;
} }
const struct irq_domain_ops adi_gpio_irq_domain_ops = { static const struct irq_domain_ops adi_gpio_irq_domain_ops = {
.map = adi_gpio_irq_map, .map = adi_gpio_irq_map,
.xlate = irq_domain_xlate_onecell, .xlate = irq_domain_xlate_onecell,
}; };
......
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