commit | 0f2c05125ef98f062c256c6d150ff372125bf523 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Jun 08 15:27:39 2017 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Jun 20 10:30:43 2017 +0200 |
tree | 58063bcba8f7a3d26a4f3081bb1c66256b5e3dc2 | |
parent | 1cf8f7e5af3910781a21b84f13a34851aa228fe3 [diff] |
mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c The mmc_interrupt_hpi() is a eMMC specific function, let's move it to mmc_ops.c to make that clear. The move also enables us to make mmc_send_hpi_cmd() static, so let's do that change as well. 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>