]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: tmio: fixup compile error
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 8 Jan 2014 01:33:51 +0000 (17:33 -0800)
committerChris Ball <chris@printf.net>
Mon, 13 Jan 2014 17:48:30 +0000 (12:48 -0500)
commit1e0bf16cae6d50f9a10738c89957468c977c6f89
tree2db049ac32ab4514a09a15fe4cbe430fc2cc07e1
parent6e443244309af2ee9626164222d271448dc88e2e
mmc: tmio: fixup compile error

This patch fixes the below compile error:

${LINUX}/drivers/mmc/host/tmio_mmc.c: In function 'tmio_mmc_probe':
${LINUX}/drivers/mmc/host/tmio_mmc.c:93:35: \
error: 'res_ctl' undeclared (first use in this function)
${LINUX}/drivers/mmc/host/tmio_mmc.c:93:35: \
note: each undeclared identifier is reported only \
once for each function it appears in

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/tmio_mmc.c