提交 a59f0e21 编写于 作者: S Sachin Kamat 提交者: Linus Walleij

pinctrl: spear/plgpio: Staticize spear310_o2p

'spear310_o2p' is referenced only in this file.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 2230a36e
...@@ -441,7 +441,7 @@ static int spear310_p2o(int pin) ...@@ -441,7 +441,7 @@ static int spear310_p2o(int pin)
return offset; return offset;
} }
int spear310_o2p(int offset) static int spear310_o2p(int offset)
{ {
if (offset <= 3) if (offset <= 3)
return 101 - offset; return 101 - offset;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册