diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-05 08:44:28 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-11 13:06:04 -0500 |
commit | 33dfc41461b77e2b38673ec1b5622b1d9340324d (patch) | |
tree | 6cfd53ff464380a7b850445171919f4e30a8d9c8 | |
parent | e1b29abef69e34a42169cd65d7249b18574c94e8 (diff) |
pinctrl: sirf: Staticize non-exported symbol
Staticize sirfsoc_gpio_irq_map() function.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/pinctrl-sirf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-sirf.c b/drivers/pinctrl/pinctrl-sirf.c index 16ec7d4d81ee..a3905e58d1b3 100644 --- a/drivers/pinctrl/pinctrl-sirf.c +++ b/drivers/pinctrl/pinctrl-sirf.c | |||
@@ -1642,8 +1642,8 @@ static void sirfsoc_gpio_set_value(struct gpio_chip *chip, unsigned offset, | |||
1642 | spin_unlock_irqrestore(&bank->lock, flags); | 1642 | spin_unlock_irqrestore(&bank->lock, flags); |
1643 | } | 1643 | } |
1644 | 1644 | ||
1645 | int sirfsoc_gpio_irq_map(struct irq_domain *d, unsigned int irq, | 1645 | static int sirfsoc_gpio_irq_map(struct irq_domain *d, unsigned int irq, |
1646 | irq_hw_number_t hwirq) | 1646 | irq_hw_number_t hwirq) |
1647 | { | 1647 | { |
1648 | struct sirfsoc_gpio_bank *bank = d->host_data; | 1648 | struct sirfsoc_gpio_bank *bank = d->host_data; |
1649 | 1649 | ||