commit | b3abebc777015a445a95548aafe2d3a4b116288e | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Aug 06 18:43:18 2013 +0900 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Aug 16 16:47:30 2013 +0200 |
tree | 9f0b934955f7293e5dbe8f6a03bbab867e014164 | |
parent | eddf8176b57ddb8f960b188eb8796b9d13e4efc0 [diff] |
gpio: msm: Staticize local variable 'msm_gpio' The local variable 'msm_gpio' is used only in this file. Fix the following sparse warning: drivers/gpio/gpio-msm-v2.c:109:21: warning: symbol 'msm_gpio' was not declared. Should it be static? Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>