From b3abebc777015a445a95548aafe2d3a4b116288e Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Tue, 6 Aug 2013 18:43:18 +0900 Subject: [PATCH] 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 Signed-off-by: Linus Walleij --- Reading git-format-patch failed