Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -927,7 +927,7 @@ static int adi_gpio_irq_map(struct irq_domain *d, unsigned int irq,
	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,
	.xlate = irq_domain_xlate_onecell,
};