]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: tmio: eliminate unused variable 'mmc' warning
authorAxel Lin <axel.lin@gmail.com>
Wed, 3 Aug 2011 06:48:58 +0000 (14:48 +0800)
committerChris Ball <cjb@laptop.org>
Thu, 11 Aug 2011 20:57:00 +0000 (16:57 -0400)
commita889cf2a04197b16ff866d004a4bc9c79cfbba16
tree9b5ddf6214795af040a266e8345e78cfbc13b695
parentfd4ba7e39ea8e642decb5dcbfc6ba38412a2de6b
mmc: tmio: eliminate unused variable 'mmc' warning

Fix below compile warning:
  CC      drivers/mmc/host/tmio_mmc.o
drivers/mmc/host/tmio_mmc.c: In function 'tmio_mmc_suspend':
drivers/mmc/host/tmio_mmc.c:30: warning: unused variable 'mmc'
drivers/mmc/host/tmio_mmc.c: In function 'tmio_mmc_resume':
drivers/mmc/host/tmio_mmc.c:45: warning: unused variable 'mmc'

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/tmio_mmc.c