]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mmc: sh_mmcif: Fix compile error
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Mon, 31 Mar 2014 05:54:28 +0000 (14:54 +0900)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Wed, 2 Apr 2014 09:55:31 +0000 (12:55 +0300)
BY commit "mmc: Split mmc struct, rework mmc initialization (v2)",
sh_mmcif has compile error. This fixes compile error.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Pantelis Antoniou <panto@antoniou-consulting.com>
Reported-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/sh_mmcif.c

index 64b5b472616b828ccf2d3743d42666337ec6585d..ad5b23ce7ed3205518606a5da1516638f446c4ca 100644 (file)
@@ -580,7 +580,7 @@ static struct mmc_config sh_mmcif_cfg = {
        .ops            = &sh_mmcif_ops,
        .host_caps      = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
                          MMC_MODE_8BIT | MMC_MODE_HC,
-       .voltages       = MMC_VDD_32_33 | MMC_VDD_33_34;
+       .voltages       = MMC_VDD_32_33 | MMC_VDD_33_34,
        .f_min          = CLKDEV_MMC_INIT,
        .f_max          = CLKDEV_EMMC_DATA,
        .b_max          = CONFIG_SYS_MMC_MAX_BLK_COUNT,