commit | 2917e8338c9b8fbd7374621a3291004984590d21 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Thu Jan 24 15:01:00 2013 +0530 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Jan 30 11:00:58 2013 +0100 |
tree | c4b3186a7eb9df09bba0b7345e828be1c3179dcd | |
parent | ab78029ecc347debbd737f06688d788bd9d60c1d [diff] |
pinctrl: core: Make pinctrl_release static 'pinctrl_release' is used only in this file. Hence make it static. Without this patch we get the following sparse error: drivers/pinctrl/core.c:815:6: warning: symbol 'pinctrl_release' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>