Commit 33dfc414 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij

pinctrl: sirf: Staticize non-exported symbol

Staticize sirfsoc_gpio_irq_map() function.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarBarry Song <Baohua.Song@csr.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e1b29abe
...@@ -1642,7 +1642,7 @@ static void sirfsoc_gpio_set_value(struct gpio_chip *chip, unsigned offset, ...@@ -1642,7 +1642,7 @@ static void sirfsoc_gpio_set_value(struct gpio_chip *chip, unsigned offset,
spin_unlock_irqrestore(&bank->lock, flags); spin_unlock_irqrestore(&bank->lock, flags);
} }
int sirfsoc_gpio_irq_map(struct irq_domain *d, unsigned int irq, static int sirfsoc_gpio_irq_map(struct irq_domain *d, unsigned int irq,
irq_hw_number_t hwirq) irq_hw_number_t hwirq)
{ {
struct sirfsoc_gpio_bank *bank = d->host_data; struct sirfsoc_gpio_bank *bank = d->host_data;
......
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