]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0f8246db6646b028ba7065d5311a8f1ce6be8def
tree9087a84dfc478d8ba2466737574f1242e57bc83d
parent72b001c380828e65da352a667c5adf7f6ad762d6
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