diff options
Diffstat (limited to 'drivers/pinctrl/spear/pinctrl-plgpio.c')
-rw-r--r-- | drivers/pinctrl/spear/pinctrl-plgpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/spear/pinctrl-plgpio.c b/drivers/pinctrl/spear/pinctrl-plgpio.c index 6b090be61774..0a7f0bdbaa7d 100644 --- a/drivers/pinctrl/spear/pinctrl-plgpio.c +++ b/drivers/pinctrl/spear/pinctrl-plgpio.c | |||
@@ -441,7 +441,7 @@ static int spear310_p2o(int pin) | |||
441 | return offset; | 441 | return offset; |
442 | } | 442 | } |
443 | 443 | ||
444 | int spear310_o2p(int offset) | 444 | static int spear310_o2p(int offset) |
445 | { | 445 | { |
446 | if (offset <= 3) | 446 | if (offset <= 3) |
447 | return 101 - offset; | 447 | return 101 - offset; |