]> git.baikalelectronics.ru Git - kernel.git/commit
msm: smd: ifdef adjustment to remove unused variables
authorDavid Brown <davidb@codeaurora.org>
Fri, 12 Nov 2010 21:49:52 +0000 (13:49 -0800)
committerDaniel Walker <dwalker@codeaurora.org>
Tue, 16 Nov 2010 20:25:38 +0000 (12:25 -0800)
commitf4b08ea8d2c9c7c33b80b93748972088a3fc42bd
tree65b8eb1ff6bcd3c14e5267075a2b791ced68bfaf
parentf1d219f88cefda1bdb27e6a394a513fc0b2b09bf
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 <davidb@codeaurora.org>
[dwalker@codeaurora.org: changed the commit text a little.]
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/mach-msm/smd_debug.c