From: David Brown Date: Fri, 12 Nov 2010 21:49:52 +0000 (-0800) Subject: msm: smd: ifdef adjustment to remove unused variables X-Git-Tag: v2.6.38-rc1~473^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c5d2145f127fffb7498bee943a480de66910ff;p=pandora-kernel.git msm: smd: ifdef adjustment to remove unused variables Put some variables inside of the same ifdef as the code that uses them. arch/arm/mach-msm/smd_debug.c: In function 'smsm_print_sleep_info': arch/arm/mach-msm/smd_debug.c:274: warning: unused variable 'int_info' arch/arm/mach-msm/smd_debug.c:273: warning: unused variable 'gpio' Signed-off-by: David Brown [dwalker@codeaurora.org: changed the commit text a little.] Signed-off-by: Daniel Walker --- Reading git-diff-tree failed