mmc: remove duplicate mmc_get_env_dev() implementations
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 4 Aug 2020 09:05:46 +0000 (10:05 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 14 Oct 2020 15:16:34 +0000 (11:16 -0400)
commit4dee3f785124af2fb533e820579f2f1139c42f99
tree9087a84dfc478d8ba2466737574f1242e57bc83d
parent684710dc33b8fa1c366ee9f11424b780f999724c
mmc: remove duplicate mmc_get_env_dev() implementations

Since it's so trivial I could just about tolerate this when there were only
two copies of it. But now there are about to be three.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mmc/mmc.c
env/fat.c
env/mmc.c