summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mobile_sdhi.c
diff options
context:
space:
mode:
authorKuninori Morimoto2015-01-13 05:58:10 +0100
committerUlf Hansson2015-01-20 10:22:40 +0100
commit85c02ddd591e5252eb1cbe8743a839638d7415fd (patch)
tree5e27f61e6cb9bd65e00ae2d257365efbc56c43d0 /drivers/mmc/host/sh_mobile_sdhi.c
parentmmc: tmio: tmio_mmc_host has .clk_disable (diff)
downloadkernel-qcow2-linux-85c02ddd591e5252eb1cbe8743a839638d7415fd.tar.gz
kernel-qcow2-linux-85c02ddd591e5252eb1cbe8743a839638d7415fd.tar.xz
kernel-qcow2-linux-85c02ddd591e5252eb1cbe8743a839638d7415fd.zip
mmc: tmio: tmio_mmc_host has .multi_io_quirk
Current .multi_io_quirk is implemented under tmio_mmc_data. It goes to tmio_mmc_host by this patch. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sh_mobile_sdhi.c')
-rw-r--r--drivers/mmc/host/sh_mobile_sdhi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c
index 5e02a6a302e7..c92efe59284d 100644
--- a/drivers/mmc/host/sh_mobile_sdhi.c
+++ b/drivers/mmc/host/sh_mobile_sdhi.c
@@ -217,9 +217,9 @@ static int sh_mobile_sdhi_probe(struct platform_device *pdev)
host->write16_hook = sh_mobile_sdhi_write16_hook;
host->clk_enable = sh_mobile_sdhi_clk_enable;
host->clk_disable = sh_mobile_sdhi_clk_disable;
+ host->multi_io_quirk = sh_mobile_sdhi_multi_io_quirk;
mmc_data->capabilities = MMC_CAP_MMC_HIGHSPEED;
- mmc_data->multi_io_quirk = sh_mobile_sdhi_multi_io_quirk;
if (p) {
mmc_data->flags = p->tmio_flags;
mmc_data->ocr_mask = p->tmio_ocr_mask;