Skip to content

Commit

Permalink
pinctrl: spear/plgpio: Staticize spear310_o2p
Browse files Browse the repository at this point in the history
'spear310_o2p' is referenced only in this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Sachin Kamat authored and Linus Walleij committed Jun 18, 2013
1 parent 2230a36 commit a59f0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/spear/pinctrl-plgpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int spear310_p2o(int pin)
return offset;
}

int spear310_o2p(int offset)
static int spear310_o2p(int offset)
{
if (offset <= 3)
return 101 - offset;
Expand Down

0 comments on commit a59f0e2

Please sign in to comment.