]> git.karo-electronics.de Git - linux-beck.git/commit
mmc: omap: Remove mem_res field from struct mmc_omap_host
authorJarkko Nikula <jarkko.nikula@bitmer.com>
Sat, 22 Feb 2014 16:01:40 +0000 (18:01 +0200)
committerChris Ball <chris@printf.net>
Sat, 22 Feb 2014 18:17:28 +0000 (13:17 -0500)
commit2ca5dc6ffa3d9fefadfff0fee77e1ad52e2c0b72
tree6760c0facc2ed3a72016ce2f4101348ffdf5f707
parent5b7d23aa5ddf2d3318370d369d287c9646156ca4
mmc: omap: Remove mem_res field from struct mmc_omap_host

Field mem_res in struct mmc_omap_host is used only once in mmc_omap_probe
when setting the phys_base field so we may just se the phys_base straight
and remove needless mem_res.

Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/omap.c