pinctrl: abx500: Staticize some symbols
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 19 Mar 2013 06:31:17 +0000 (12:01 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 9 Apr 2013 07:52:57 +0000 (09:52 +0200)
commit9c4154ef762534d10ef042fcf1c945105b46f660
treed985db62ee6538b20a141f6baba79c61a2263eb5
parent61dd726131777017348b70bd8576b42994a8ffa2
pinctrl: abx500: Staticize some symbols

These symbols are used only in this file. Without this patch
we get the following warnings:
drivers/pinctrl/pinctrl-abx500.c:520:5: warning:
symbol 'abx500_gpio_request' was not declared. Should it be static?
drivers/pinctrl/pinctrl-abx500.c:527:6: warning:
symbol 'abx500_gpio_free' was not declared. Should it be static?
drivers/pinctrl/pinctrl-abx500.c:614:5: warning:
symbol 'abx500_gpio_request_enable' was not declared. Should it be static?
drivers/pinctrl/pinctrl-abx500.c:714:5: warning:
symbol 'abx500_pin_config_get' was not declared. Should it be static?
drivers/pinctrl/pinctrl-abx500.c:721:5: warning:
symbol 'abx500_pin_config_set' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-abx500.c