mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
pinctrl: adi2: Statize adi_gpio_irq_domain_ops
It's only referenced in this file, make it static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
d10046e25c
commit
f77329d1ed
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user