]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 8 Jun 2017 13:27:40 +0000 (15:27 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 20 Jun 2017 08:30:44 +0000 (10:30 +0200)
commit4c990445b0d5401f093af22671faa96675c33519
tree1a9e9c3bde381cea9b3f72c158a46f07fdaaefb5
parenteb41458b5dd46ddf08d6066660cd6867863be9c6
mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c

The mmc_flush_cache() is a eMMC specific function, let's move it to
mmc_ops.c to make that clear.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/mmc/core/core.c
drivers/mmc/core/mmc_ops.c